Shades of Razzle Dazzle Rose #EE1DD8
Tints of Razzle Dazzle Rose #EE1DD8
RGB
CMYK
RGB Variations
Color information
#EE1DD8 (or 0xEE1DD8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1D and D8. RGB value is (238,29,216). Sum of RGB (Red+Green+Blue) = 238+29+216=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DD8 is #11E227. Grayscale: #707070. Windows color (decimal): -1172008 or 14163438. OLE color: 14163438.
HSL color Cylindrical-coordinate representation of color #EE1DD8: hue angle of 306.32º 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 #EE1DD8 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 216 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.07 |
| HSL | 306.32º | 0.86% | 0.52% | - |
| HSV(B) | 306.32º | 0.88% | 0.93% | - |
| XYZ | 48.09 | 24.01 | 67.07 | - |
| YUV | 112.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 216 | 0 | 0.88 | 0.09 | 0.07 | 306.32 | 0.86 | 0.52 |
| Hex | EE | 1D | D8 | 0 | 58 | 9 | 7 | 132 | 56 | 34 |
| Octal | 356 | 35 | 330 | 0 | 130 | 11 | 7 | 462 | 126 | 64 |
| Binary | 11101110 | 11101 | 11011000 | 0 | 1011000 | 1001 | 111 | 100110010 | 1010110 | 110100 |
Color Harmonies of #EE1DD8
Complementary color
Monochromatic Colors of #EE1DD8
Black with #EE1DD8
Text Example
Text Example
White with #EE1DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DD8; }
p { color: rgb(238,29,216); }
H1.HeaderClassName
{
color: #EE1DD8;
}
.AnyTagClassName
{
color: #EE1DD8;
}
</style>
background-color css
<style>
a { background-color: #EE1DD8; }
a { background-color: rgb(238,29,216); }
div.DivClassName
{
background-color: #EE1DD8;
}
.BgClassName
{
background-color: #EE1DD8;
}
</style>
border-color css
<style>
span { border-color: #EE1DD8; }
span { border-color: rgb(238,29,216); }
td.TdClassName
{
border-color: #EE1DD8;
}
.TagClassName
{
border-color: #EE1DD8;
}
</style>