#ea42c7

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

Shades of Razzle Dazzle Rose #EA42C7

Tints of Razzle Dazzle Rose #EA42C7

Color information

#EA42C7 (or 0xEA42C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 42 and C7. RGB value is (234,66,199). Sum of RGB (Red+Green+Blue) = 234+66+199=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA42C7 is #15BD38. Grayscale: #838383. Windows color (decimal): -1424697 or 13058794. OLE color: 13058794.

HSL color Cylindrical-coordinate representation of color #EA42C7: hue angle of 312.5º 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 #EA42C7 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23466199-
CMYK00.720.150.08
HSL312.5º80%58.82%-
HSV(B)312.5º71.79%91.76%-
XYZ46.1925.5156.52-
YUV131.39166.16201.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 66 (26.17% from 255) = 13.23%
BLUE value IS 199 (78.12% from 255) = 39.88%
R=46.89%
G=13.23%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346619900.720.150.08312.58058.82
HexEA42C7048F8138503b
Octal3521023070110171047012073
Binary1110101010000101100011101001000111110001001110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea42c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea42c7; }

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

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

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

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

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

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

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

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