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