#EA42C9

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

Shades of Razzle Dazzle Rose #EA42C9

Tints of Razzle Dazzle Rose #EA42C9

Color information

#EA42C9 (or 0xEA42C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 42 and C9. RGB value is (234,66,201). Sum of RGB (Red+Green+Blue) = 234+66+201=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42C9 is #15BD36. Grayscale: #838383. Windows color (decimal): -1424695 or 13189866. OLE color: 13189866.

HSL color Cylindrical-coordinate representation of color #EA42C9: hue angle of 311.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42C9 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB23466201-
CMYK00.720.140.08
HSL311.79º80%58.82%-
HSV(B)311.79º71.79%91.76%-
XYZ46.4225.6157.75-
YUV131.62167.16201.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=46.71%
G=13.17%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346620100.720.140.08311.798058.82
HexEA42C9048E8138503b
Octal3521023110110161047012073
Binary1110101010000101100100101001000111010001001110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA42C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA42C9; }

 p { color: rgb(234,66,201); }

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

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

 a { background-color: rgb(234,66,201); }

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

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

 span { border-color: rgb(234,66,201); }

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