Shades of Razzle Dazzle Rose #EE1CDA
Tints of Razzle Dazzle Rose #EE1CDA
RGB
CMYK
RGB Variations
Color information
#EE1CDA (or 0xEE1CDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and DA. RGB value is (238,28,218). Sum of RGB (Red+Green+Blue) = 238+28+218=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CDA is #11E325. Grayscale: #6F6F6F. Windows color (decimal): -1172262 or 14294254. OLE color: 14294254.
HSL color Cylindrical-coordinate representation of color #EE1CDA: hue angle of 305.71º 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 #EE1CDA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.07 |
| HSL | 305.71º | 0.86% | 0.52% | - |
| HSV(B) | 305.71º | 0.88% | 0.93% | - |
| XYZ | 48.33 | 24.07 | 68.43 | - |
| YUV | 112.45 | 187.57 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 218 | 0 | 0.88 | 0.08 | 0.07 | 305.71 | 0.86 | 0.52 |
| Hex | EE | 1C | DA | 0 | 58 | 8 | 7 | 132 | 56 | 34 |
| Octal | 356 | 34 | 332 | 0 | 130 | 10 | 7 | 462 | 126 | 64 |
| Binary | 11101110 | 11100 | 11011010 | 0 | 1011000 | 1000 | 111 | 100110010 | 1010110 | 110100 |
Color Harmonies of #EE1CDA
Complementary color
Monochromatic Colors of #EE1CDA
Black with #EE1CDA
Text Example
Text Example
White with #EE1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CDA; }
p { color: rgb(238,28,218); }
H1.HeaderClassName
{
color: #EE1CDA;
}
.AnyTagClassName
{
color: #EE1CDA;
}
</style>
background-color css
<style>
a { background-color: #EE1CDA; }
a { background-color: rgb(238,28,218); }
div.DivClassName
{
background-color: #EE1CDA;
}
.BgClassName
{
background-color: #EE1CDA;
}
</style>
border-color css
<style>
span { border-color: #EE1CDA; }
span { border-color: rgb(238,28,218); }
td.TdClassName
{
border-color: #EE1CDA;
}
.TagClassName
{
border-color: #EE1CDA;
}
</style>