Shades of Razzle Dazzle Rose #EE2CDB
Tints of Razzle Dazzle Rose #EE2CDB
RGB
CMYK
RGB Variations
Color information
#EE2CDB (or 0xEE2CDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and DB. RGB value is (238,44,219). Sum of RGB (Red+Green+Blue) = 238+44+219=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CDB is #11D324. Grayscale: #797979. Windows color (decimal): -1168165 or 14363886. OLE color: 14363886.
HSL color Cylindrical-coordinate representation of color #EE2CDB: hue angle of 305.88º 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 #EE2CDB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 219 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.07 |
| HSL | 305.88º | 0.85% | 0.55% | - |
| HSV(B) | 305.88º | 0.82% | 0.93% | - |
| XYZ | 48.95 | 25.09 | 69.28 | - |
| YUV | 121.96 | 182.77 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 219 | 0 | 0.82 | 0.08 | 0.07 | 305.88 | 0.85 | 0.55 |
| Hex | EE | 2C | DB | 0 | 52 | 8 | 7 | 132 | 55 | 37 |
| Octal | 356 | 54 | 333 | 0 | 122 | 10 | 7 | 462 | 125 | 67 |
| Binary | 11101110 | 101100 | 11011011 | 0 | 1010010 | 1000 | 111 | 100110010 | 1010101 | 110111 |
Color Harmonies of #EE2CDB
Complementary color
Monochromatic Colors of #EE2CDB
Black with #EE2CDB
Text Example
Text Example
White with #EE2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CDB; }
p { color: rgb(238,44,219); }
H1.HeaderClassName
{
color: #EE2CDB;
}
.AnyTagClassName
{
color: #EE2CDB;
}
</style>
background-color css
<style>
a { background-color: #EE2CDB; }
a { background-color: rgb(238,44,219); }
div.DivClassName
{
background-color: #EE2CDB;
}
.BgClassName
{
background-color: #EE2CDB;
}
</style>
border-color css
<style>
span { border-color: #EE2CDB; }
span { border-color: rgb(238,44,219); }
td.TdClassName
{
border-color: #EE2CDB;
}
.TagClassName
{
border-color: #EE2CDB;
}
</style>