#EE22D7

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

Shades of Razzle Dazzle Rose #EE22D7

Tints of Razzle Dazzle Rose #EE22D7

Color information

#EE22D7 (or 0xEE22D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 22 and D7. RGB value is (238,34,215). Sum of RGB (Red+Green+Blue) = 238+34+215=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE22D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE22D7 is #11DD28. Grayscale: #737373. Windows color (decimal): -1170729 or 14099182. OLE color: 14099182.

HSL color Cylindrical-coordinate representation of color #EE22D7: hue angle of 306.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE22D7 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB23834215-
CMYK00.860.100.07
HSL306.76º85.71%53.33%-
HSV(B)306.76º85.71%93.33%-
XYZ48.124.2366.43-
YUV115.63184.09215.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.87%
GREEN value IS 34 (13.67% from 255) = 6.98%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=48.87%
G=6.98%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383421500.860.100.07306.7685.7153.33
HexEE22D7056A71335635
Octal35642327012612746312665
Binary11101110100010110101110101011010101111001100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE22D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE22D7; }

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

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

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

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

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

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

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

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