#EE35E8

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

Shades of Razzle Dazzle Rose #EE35E8

Tints of Razzle Dazzle Rose #EE35E8

Color information

#EE35E8 (or 0xEE35E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 35 and E8. RGB value is (238,53,232). Sum of RGB (Red+Green+Blue) = 238+53+232=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 53 (21.09% from 255 or 10.13% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE35E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE35E8 is #11CA17. Grayscale: #808080. Windows color (decimal): -1165848 or 15218158. OLE color: 15218158.

HSL color Cylindrical-coordinate representation of color #EE35E8: hue angle of 301.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE35E8 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23853232-
CMYK00.780.030.07
HSL301.95º84.47%57.06%-
HSV(B)301.95º77.73%93.33%-
XYZ51.126.5578.78-
YUV128.72186.29205.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 53 (21.09% from 255) = 10.13%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=45.51%
G=10.13%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385323200.780.030.07301.9584.4757.06
HexEE35E804E3712e5439
Octal3566535001163745612471
Binary111011101101011110100001001110111111001011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE35E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE35E8; }

 p { color: rgb(238,53,232); }

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

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

 a { background-color: rgb(238,53,232); }

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

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

 span { border-color: rgb(238,53,232); }

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