Shades of Razzle Dazzle Rose #EE27DB
Tints of Razzle Dazzle Rose #EE27DB
RGB
CMYK
RGB Variations
Color information
#EE27DB (or 0xEE27DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and DB. RGB value is (238,39,219). Sum of RGB (Red+Green+Blue) = 238+39+219=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27DB is #11D824. Grayscale: #767676. Windows color (decimal): -1169445 or 14362606. OLE color: 14362606.
HSL color Cylindrical-coordinate representation of color #EE27DB: hue angle of 305.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27DB is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 219 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.07 |
| HSL | 305.73º | 0.85% | 0.54% | - |
| HSV(B) | 305.73º | 0.84% | 0.93% | - |
| XYZ | 48.77 | 24.74 | 69.22 | - |
| YUV | 119.02 | 184.43 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 219 | 0 | 0.84 | 0.08 | 0.07 | 305.73 | 0.85 | 0.54 |
| Hex | EE | 27 | DB | 0 | 54 | 8 | 7 | 132 | 55 | 36 |
| Octal | 356 | 47 | 333 | 0 | 124 | 10 | 7 | 462 | 125 | 66 |
| Binary | 11101110 | 100111 | 11011011 | 0 | 1010100 | 1000 | 111 | 100110010 | 1010101 | 110110 |
Color Harmonies of #EE27DB
Complementary color
Monochromatic Colors of #EE27DB
Black with #EE27DB
Text Example
Text Example
White with #EE27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27DB; }
p { color: rgb(238,39,219); }
H1.HeaderClassName
{
color: #EE27DB;
}
.AnyTagClassName
{
color: #EE27DB;
}
</style>
background-color css
<style>
a { background-color: #EE27DB; }
a { background-color: rgb(238,39,219); }
div.DivClassName
{
background-color: #EE27DB;
}
.BgClassName
{
background-color: #EE27DB;
}
</style>
border-color css
<style>
span { border-color: #EE27DB; }
span { border-color: rgb(238,39,219); }
td.TdClassName
{
border-color: #EE27DB;
}
.TagClassName
{
border-color: #EE27DB;
}
</style>