Shades of Razzle Dazzle Rose #EE1DDC
Tints of Razzle Dazzle Rose #EE1DDC
RGB
CMYK
RGB Variations
Color information
#EE1DDC (or 0xEE1DDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1D and DC. RGB value is (238,29,220). Sum of RGB (Red+Green+Blue) = 238+29+220=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DDC is #11E223. Grayscale: #707070. Windows color (decimal): -1172004 or 14425582. OLE color: 14425582.
HSL color Cylindrical-coordinate representation of color #EE1DDC: hue angle of 305.17º 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 #EE1DDC is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 220 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.07 |
| HSL | 305.17º | 0.86% | 0.52% | - |
| HSV(B) | 305.17º | 0.88% | 0.93% | - |
| XYZ | 48.62 | 24.22 | 69.82 | - |
| YUV | 113.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 220 | 0 | 0.88 | 0.08 | 0.07 | 305.17 | 0.86 | 0.52 |
| Hex | EE | 1D | DC | 0 | 58 | 8 | 7 | 131 | 56 | 34 |
| Octal | 356 | 35 | 334 | 0 | 130 | 10 | 7 | 461 | 126 | 64 |
| Binary | 11101110 | 11101 | 11011100 | 0 | 1011000 | 1000 | 111 | 100110001 | 1010110 | 110100 |
Color Harmonies of #EE1DDC
Complementary color
Monochromatic Colors of #EE1DDC
Black with #EE1DDC
Text Example
Text Example
White with #EE1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DDC; }
p { color: rgb(238,29,220); }
H1.HeaderClassName
{
color: #EE1DDC;
}
.AnyTagClassName
{
color: #EE1DDC;
}
</style>
background-color css
<style>
a { background-color: #EE1DDC; }
a { background-color: rgb(238,29,220); }
div.DivClassName
{
background-color: #EE1DDC;
}
.BgClassName
{
background-color: #EE1DDC;
}
</style>
border-color css
<style>
span { border-color: #EE1DDC; }
span { border-color: rgb(238,29,220); }
td.TdClassName
{
border-color: #EE1DDC;
}
.TagClassName
{
border-color: #EE1DDC;
}
</style>