#EE1DD7

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

Shades of Razzle Dazzle Rose #EE1DD7

Tints of Razzle Dazzle Rose #EE1DD7

Color information

#EE1DD7 (or 0xEE1DD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 1D and D7. RGB value is (238,29,215). Sum of RGB (Red+Green+Blue) = 238+29+215=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DD7 is #11E228. Grayscale: #707070. Windows color (decimal): -1172009 or 14097902. OLE color: 14097902.

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

Color convert

RGB23829215-
CMYK00.880.100.07
HSL306.6º86.01%52.35%-
HSV(B)306.6º87.82%93.33%-
XYZ47.9723.9666.39-
YUV112.7185.74217.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.38%
GREEN value IS 29 (11.72% from 255) = 6.02%
BLUE value IS 215 (84.38% from 255) = 44.61%
R=49.38%
G=6.02%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382921500.880.100.07306.686.0152.35
HexEE1DD7058A71335634
Octal35635327013012746312664
Binary1110111011101110101110101100010101111001100111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1DD7; }

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

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

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

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

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

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

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

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