Shades of Razzle Dazzle Rose #EE37CF
Tints of Razzle Dazzle Rose #EE37CF
RGB
CMYK
RGB Variations
Color information
#EE37CF (or 0xEE37CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and CF. RGB value is (238,55,207). Sum of RGB (Red+Green+Blue) = 238+55+207=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37CF is #11C830. Grayscale: #7E7E7E. Windows color (decimal): -1165361 or 13580270. OLE color: 13580270.
HSL color Cylindrical-coordinate representation of color #EE37CF: hue angle of 310.16º 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 #EE37CF is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 207 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.07 |
| HSL | 310.16º | 0.84% | 0.57% | - |
| HSV(B) | 310.16º | 0.77% | 0.93% | - |
| XYZ | 47.89 | 25.41 | 61.41 | - |
| YUV | 127.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 207 | 0 | 0.77 | 0.13 | 0.07 | 310.16 | 0.84 | 0.57 |
| Hex | EE | 37 | CF | 0 | 4D | D | 7 | 136 | 54 | 39 |
| Octal | 356 | 67 | 317 | 0 | 115 | 15 | 7 | 466 | 124 | 71 |
| Binary | 11101110 | 110111 | 11001111 | 0 | 1001101 | 1101 | 111 | 100110110 | 1010100 | 111001 |
Color Harmonies of #EE37CF
Complementary color
Monochromatic Colors of #EE37CF
Black with #EE37CF
Text Example
Text Example
White with #EE37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37CF; }
p { color: rgb(238,55,207); }
H1.HeaderClassName
{
color: #EE37CF;
}
.AnyTagClassName
{
color: #EE37CF;
}
</style>
background-color css
<style>
a { background-color: #EE37CF; }
a { background-color: rgb(238,55,207); }
div.DivClassName
{
background-color: #EE37CF;
}
.BgClassName
{
background-color: #EE37CF;
}
</style>
border-color css
<style>
span { border-color: #EE37CF; }
span { border-color: rgb(238,55,207); }
td.TdClassName
{
border-color: #EE37CF;
}
.TagClassName
{
border-color: #EE37CF;
}
</style>