Shades of Razzle Dazzle Rose #EE36DB
Tints of Razzle Dazzle Rose #EE36DB
RGB
CMYK
RGB Variations
Color information
#EE36DB (or 0xEE36DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 36 and DB. RGB value is (238,54,219). Sum of RGB (Red+Green+Blue) = 238+54+219=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE36DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE36DB is #11C924. Grayscale: #7F7F7F. Windows color (decimal): -1165605 or 14366446. OLE color: 14366446.
HSL color Cylindrical-coordinate representation of color #EE36DB: hue angle of 306.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE36DB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 219 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.07 |
| HSL | 306.2º | 0.84% | 0.57% | - |
| HSV(B) | 306.2º | 0.77% | 0.93% | - |
| XYZ | 49.37 | 25.93 | 69.42 | - |
| YUV | 127.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 219 | 0 | 0.77 | 0.08 | 0.07 | 306.2 | 0.84 | 0.57 |
| Hex | EE | 36 | DB | 0 | 4D | 8 | 7 | 132 | 54 | 39 |
| Octal | 356 | 66 | 333 | 0 | 115 | 10 | 7 | 462 | 124 | 71 |
| Binary | 11101110 | 110110 | 11011011 | 0 | 1001101 | 1000 | 111 | 100110010 | 1010100 | 111001 |
Color Harmonies of #EE36DB
Complementary color
Monochromatic Colors of #EE36DB
Black with #EE36DB
Text Example
Text Example
White with #EE36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE36DB; }
p { color: rgb(238,54,219); }
H1.HeaderClassName
{
color: #EE36DB;
}
.AnyTagClassName
{
color: #EE36DB;
}
</style>
background-color css
<style>
a { background-color: #EE36DB; }
a { background-color: rgb(238,54,219); }
div.DivClassName
{
background-color: #EE36DB;
}
.BgClassName
{
background-color: #EE36DB;
}
</style>
border-color css
<style>
span { border-color: #EE36DB; }
span { border-color: rgb(238,54,219); }
td.TdClassName
{
border-color: #EE36DB;
}
.TagClassName
{
border-color: #EE36DB;
}
</style>