Shades of Razzle Dazzle Rose #EE2CDA
Tints of Razzle Dazzle Rose #EE2CDA
RGB
CMYK
RGB Variations
Color information
#EE2CDA (or 0xEE2CDA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and DA. RGB value is (238,44,218). Sum of RGB (Red+Green+Blue) = 238+44+218=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CDA is #11D325. Grayscale: #797979. Windows color (decimal): -1168166 or 14298350. OLE color: 14298350.
HSL color Cylindrical-coordinate representation of color #EE2CDA: hue angle of 306.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2CDA is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 218 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.07 |
| HSL | 306.19º | 0.85% | 0.55% | - |
| HSV(B) | 306.19º | 0.82% | 0.93% | - |
| XYZ | 48.82 | 25.04 | 68.59 | - |
| YUV | 121.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 218 | 0 | 0.82 | 0.08 | 0.07 | 306.19 | 0.85 | 0.55 |
| Hex | EE | 2C | DA | 0 | 52 | 8 | 7 | 132 | 55 | 37 |
| Octal | 356 | 54 | 332 | 0 | 122 | 10 | 7 | 462 | 125 | 67 |
| Binary | 11101110 | 101100 | 11011010 | 0 | 1010010 | 1000 | 111 | 100110010 | 1010101 | 110111 |
Color Harmonies of #EE2CDA
Complementary color
Monochromatic Colors of #EE2CDA
Black with #EE2CDA
Text Example
Text Example
White with #EE2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CDA; }
p { color: rgb(238,44,218); }
H1.HeaderClassName
{
color: #EE2CDA;
}
.AnyTagClassName
{
color: #EE2CDA;
}
</style>
background-color css
<style>
a { background-color: #EE2CDA; }
a { background-color: rgb(238,44,218); }
div.DivClassName
{
background-color: #EE2CDA;
}
.BgClassName
{
background-color: #EE2CDA;
}
</style>
border-color css
<style>
span { border-color: #EE2CDA; }
span { border-color: rgb(238,44,218); }
td.TdClassName
{
border-color: #EE2CDA;
}
.TagClassName
{
border-color: #EE2CDA;
}
</style>