#EA3CCD

Color #EA3CCD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EA3CCD

Tints of Razzle Dazzle Rose #EA3CCD

Color information

#EA3CCD (or 0xEA3CCD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3C and CD. RGB value is (234,60,205). Sum of RGB (Red+Green+Blue) = 234+60+205=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3CCD is #15C332. Grayscale: #808080. Windows color (decimal): -1426227 or 13450474. OLE color: 13450474.

HSL color Cylindrical-coordinate representation of color #EA3CCD: hue angle of 310º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3CCD is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23460205-
CMYK00.740.120.08
HSL310º80.56%57.65%-
HSV(B)310º74.36%91.76%-
XYZ46.5725.1360.15-
YUV128.56171.15203.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 60 (23.83% from 255) = 12.02%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=46.89%
G=12.02%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346020500.740.120.0831080.5657.65
HexEA3CCD04AC8136513a
Octal352743150112141046612172
Binary111010101111001100110101001010110010001001101101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3CCD; }

 p { color: rgb(234,60,205); }

 H1.HeaderClassName
 {
   color: #EA3CCD;
 }
 .AnyTagClassName
 {
   color: #EA3CCD;
 }
</style>
background-color css

<style>
 a { background-color: #EA3CCD; }

 a { background-color: rgb(234,60,205); }

 div.DivClassName
 {
   background-color: #EA3CCD;
 }
 .BgClassName
 {
   background-color: #EA3CCD;
 }
</style>
border-color css

<style>
 span { border-color: #EA3CCD; }

 span { border-color: rgb(234,60,205); }

 td.TdClassName
 {
   border-color: #EA3CCD;
 }
 .TagClassName
 {
   border-color: #EA3CCD;
 }
</style>