#E02EE5

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

Shades of Razzle Dazzle Rose #E02EE5

Tints of Razzle Dazzle Rose #E02EE5

Color information

#E02EE5 (or 0xE02EE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 2E and E5. RGB value is (224,46,229). Sum of RGB (Red+Green+Blue) = 224+46+229=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #E02EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02EE5 is #1FD11A. Grayscale: #777777. Windows color (decimal): -2085147 or 15019744. OLE color: 15019744.

HSL color Cylindrical-coordinate representation of color #E02EE5: hue angle of 298.36º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02EE5 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22446229-
CMYK0.020.8000.10
HSL298.36º77.87%53.92%-
HSV(B)298.36º79.91%89.8%-
XYZ45.8623.4676.24-
YUV120.08189.47202.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 46 (18.36% from 255) = 9.22%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=44.89%
G=9.22%
B=45.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal224462290.020.8000.10298.3677.8753.92
HexE02EE52500A12a4e36
Octal34056345212001245211666
Binary1110000010111011100101101010000010101001010101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02EE5; }

 p { color: rgb(224,46,229); }

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

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

 a { background-color: rgb(224,46,229); }

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

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

 span { border-color: rgb(224,46,229); }

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