Shades of Razzle Dazzle Rose #EE37DB
Tints of Razzle Dazzle Rose #EE37DB
RGB
CMYK
RGB Variations
Color information
#EE37DB (or 0xEE37DB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and DB. RGB value is (238,55,219). Sum of RGB (Red+Green+Blue) = 238+55+219=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37DB is #11C824. Grayscale: #7F7F7F. Windows color (decimal): -1165349 or 14366702. OLE color: 14366702.
HSL color Cylindrical-coordinate representation of color #EE37DB: hue angle of 306.23º 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 #EE37DB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.07 |
| HSL | 306.23º | 0.84% | 0.57% | - |
| HSV(B) | 306.23º | 0.77% | 0.93% | - |
| XYZ | 49.41 | 26.02 | 69.44 | - |
| YUV | 128.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 219 | 0 | 0.77 | 0.08 | 0.07 | 306.23 | 0.84 | 0.57 |
| Hex | EE | 37 | DB | 0 | 4D | 8 | 7 | 132 | 54 | 39 |
| Octal | 356 | 67 | 333 | 0 | 115 | 10 | 7 | 462 | 124 | 71 |
| Binary | 11101110 | 110111 | 11011011 | 0 | 1001101 | 1000 | 111 | 100110010 | 1010100 | 111001 |
Color Harmonies of #EE37DB
Complementary color
Monochromatic Colors of #EE37DB
Black with #EE37DB
Text Example
Text Example
White with #EE37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37DB; }
p { color: rgb(238,55,219); }
H1.HeaderClassName
{
color: #EE37DB;
}
.AnyTagClassName
{
color: #EE37DB;
}
</style>
background-color css
<style>
a { background-color: #EE37DB; }
a { background-color: rgb(238,55,219); }
div.DivClassName
{
background-color: #EE37DB;
}
.BgClassName
{
background-color: #EE37DB;
}
</style>
border-color css
<style>
span { border-color: #EE37DB; }
span { border-color: rgb(238,55,219); }
td.TdClassName
{
border-color: #EE37DB;
}
.TagClassName
{
border-color: #EE37DB;
}
</style>