Shades of Razzle Dazzle Rose #EE37DD
Tints of Razzle Dazzle Rose #EE37DD
RGB
CMYK
RGB Variations
Color information
#EE37DD (or 0xEE37DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and DD. RGB value is (238,55,221). Sum of RGB (Red+Green+Blue) = 238+55+221=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37DD is #11C822. Grayscale: #808080. Windows color (decimal): -1165347 or 14497774. OLE color: 14497774.
HSL color Cylindrical-coordinate representation of color #EE37DD: hue angle of 305.57º 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 #EE37DD is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 221 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.07 |
| HSL | 305.57º | 0.84% | 0.57% | - |
| HSV(B) | 305.57º | 0.77% | 0.93% | - |
| XYZ | 49.68 | 26.13 | 70.83 | - |
| YUV | 128.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 221 | 0 | 0.77 | 0.07 | 0.07 | 305.57 | 0.84 | 0.57 |
| Hex | EE | 37 | DD | 0 | 4D | 7 | 7 | 132 | 54 | 39 |
| Octal | 356 | 67 | 335 | 0 | 115 | 7 | 7 | 462 | 124 | 71 |
| Binary | 11101110 | 110111 | 11011101 | 0 | 1001101 | 111 | 111 | 100110010 | 1010100 | 111001 |
Color Harmonies of #EE37DD
Complementary color
Monochromatic Colors of #EE37DD
Black with #EE37DD
Text Example
Text Example
White with #EE37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37DD; }
p { color: rgb(238,55,221); }
H1.HeaderClassName
{
color: #EE37DD;
}
.AnyTagClassName
{
color: #EE37DD;
}
</style>
background-color css
<style>
a { background-color: #EE37DD; }
a { background-color: rgb(238,55,221); }
div.DivClassName
{
background-color: #EE37DD;
}
.BgClassName
{
background-color: #EE37DD;
}
</style>
border-color css
<style>
span { border-color: #EE37DD; }
span { border-color: rgb(238,55,221); }
td.TdClassName
{
border-color: #EE37DD;
}
.TagClassName
{
border-color: #EE37DD;
}
</style>