#EE35E7

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

Shades of Razzle Dazzle Rose #EE35E7

Tints of Razzle Dazzle Rose #EE35E7

Color information

#EE35E7 (or 0xEE35E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 35 and E7. RGB value is (238,53,231). Sum of RGB (Red+Green+Blue) = 238+53+231=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 53 (21.09% from 255 or 10.15% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE35E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE35E7 is #11CA18. Grayscale: #808080. Windows color (decimal): -1165849 or 15152622. OLE color: 15152622.

HSL color Cylindrical-coordinate representation of color #EE35E7: hue angle of 302.27º 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 #EE35E7 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23853231-
CMYK00.780.030.07
HSL302.27º84.47%57.06%-
HSV(B)302.27º77.73%93.33%-
XYZ50.9626.4978.03-
YUV128.61185.79206.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.59%
GREEN value IS 53 (21.09% from 255) = 10.15%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=45.59%
G=10.15%
B=44.25%

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
Decimal2385323100.780.030.07302.2784.4757.06
HexEE35E704E3712e5439
Octal3566534701163745612471
Binary111011101101011110011101001110111111001011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE35E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE35E7; }

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

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

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

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

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

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

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

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