#EE33D8

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

Shades of Razzle Dazzle Rose #EE33D8

Tints of Razzle Dazzle Rose #EE33D8

Color information

#EE33D8 (or 0xEE33D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 33 and D8. RGB value is (238,51,216). Sum of RGB (Red+Green+Blue) = 238+51+216=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33D8 is #11CC27. Grayscale: #7D7D7D. Windows color (decimal): -1166376 or 14169070. OLE color: 14169070.

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

Color convert

RGB23851216-
CMYK00.790.090.07
HSL307.06º84.62%56.67%-
HSV(B)307.06º78.57%93.33%-
XYZ48.8425.567.31-
YUV125.72178.95208.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 51 (20.31% from 255) = 10.10%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=47.13%
G=10.10%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385121600.790.090.07307.0684.6256.67
HexEE33D804F971335539
Octal35663330011711746312571
Binary11101110110011110110000100111110011111001100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33D8; }

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

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

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

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

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

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

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

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