#E02AE7

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

Shades of Razzle Dazzle Rose #E02AE7

Tints of Razzle Dazzle Rose #E02AE7

Color information

#E02AE7 (or 0xE02AE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2A and E7. RGB value is (224,42,231). Sum of RGB (Red+Green+Blue) = 224+42+231=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #E02AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02AE7 is #1FD518. Grayscale: #757575. Windows color (decimal): -2086169 or 15149792. OLE color: 15149792.

HSL color Cylindrical-coordinate representation of color #E02AE7: hue angle of 297.78º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02AE7 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22442231-
CMYK0.030.8200.09
HSL297.78º79.75%53.53%-
HSV(B)297.78º81.82%90.59%-
XYZ45.9923.2777.67-
YUV117.96191.8203.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 42 (16.80% from 255) = 8.45%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=45.07%
G=8.45%
B=46.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal224422310.030.8200.09297.7879.7553.53
HexE02AE73520912a5036
Octal34052347312201145212066
Binary1110000010101011100111111010010010011001010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02AE7; }

 p { color: rgb(224,42,231); }

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

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

 a { background-color: rgb(224,42,231); }

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

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

 span { border-color: rgb(224,42,231); }

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