#EE33D2

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

Shades of Razzle Dazzle Rose #EE33D2

Tints of Razzle Dazzle Rose #EE33D2

Color information

#EE33D2 (or 0xEE33D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 33 and D2. RGB value is (238,51,210). Sum of RGB (Red+Green+Blue) = 238+51+210=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33D2 is #11CC2D. Grayscale: #7C7C7C. Windows color (decimal): -1166382 or 13775854. OLE color: 13775854.

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

Color convert

RGB23851210-
CMYK00.790.120.07
HSL308.98º84.62%56.67%-
HSV(B)308.98º78.57%93.33%-
XYZ48.0825.263.3-
YUV125.04175.95208.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 51 (20.31% from 255) = 10.22%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=47.70%
G=10.22%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385121000.790.120.07308.9884.6256.67
HexEE33D204FC71355539
Octal35663322011714746512571
Binary11101110110011110100100100111111001111001101011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33D2; }

 p { color: rgb(238,51,210); }

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

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

 a { background-color: rgb(238,51,210); }

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

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

 span { border-color: rgb(238,51,210); }

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