#EE33D7

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

Shades of Razzle Dazzle Rose #EE33D7

Tints of Razzle Dazzle Rose #EE33D7

Color information

#EE33D7 (or 0xEE33D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 33 and D7. RGB value is (238,51,215). Sum of RGB (Red+Green+Blue) = 238+51+215=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33D7 is #11CC28. Grayscale: #7D7D7D. Windows color (decimal): -1166377 or 14103534. OLE color: 14103534.

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

Color convert

RGB23851215-
CMYK00.790.100.07
HSL307.38º84.62%56.67%-
HSV(B)307.38º78.57%93.33%-
XYZ48.7125.4566.64-
YUV125.61178.45208.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 51 (20.31% from 255) = 10.12%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=47.22%
G=10.12%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385121500.790.100.07307.3884.6256.67
HexEE33D704FA71335539
Octal35663327011712746312571
Binary11101110110011110101110100111110101111001100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE33D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE33D7; }

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

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

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

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

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

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

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

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