Shades of Razzle Dazzle Rose #EE37D1
Tints of Razzle Dazzle Rose #EE37D1
RGB
CMYK
RGB Variations
Color information
#EE37D1 (or 0xEE37D1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and D1. RGB value is (238,55,209). Sum of RGB (Red+Green+Blue) = 238+55+209=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37D1 is #11C82E. Grayscale: #7E7E7E. Windows color (decimal): -1165359 or 13711342. OLE color: 13711342.
HSL color Cylindrical-coordinate representation of color #EE37D1: hue angle of 309.51º 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 #EE37D1 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 209 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.07 |
| HSL | 309.51º | 0.84% | 0.57% | - |
| HSV(B) | 309.51º | 0.77% | 0.93% | - |
| XYZ | 48.13 | 25.51 | 62.71 | - |
| YUV | 127.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 209 | 0 | 0.77 | 0.12 | 0.07 | 309.51 | 0.84 | 0.57 |
| Hex | EE | 37 | D1 | 0 | 4D | C | 7 | 136 | 54 | 39 |
| Octal | 356 | 67 | 321 | 0 | 115 | 14 | 7 | 466 | 124 | 71 |
| Binary | 11101110 | 110111 | 11010001 | 0 | 1001101 | 1100 | 111 | 100110110 | 1010100 | 111001 |
Color Harmonies of #EE37D1
Complementary color
Monochromatic Colors of #EE37D1
Black with #EE37D1
Text Example
Text Example
White with #EE37D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37D1; }
p { color: rgb(238,55,209); }
H1.HeaderClassName
{
color: #EE37D1;
}
.AnyTagClassName
{
color: #EE37D1;
}
</style>
background-color css
<style>
a { background-color: #EE37D1; }
a { background-color: rgb(238,55,209); }
div.DivClassName
{
background-color: #EE37D1;
}
.BgClassName
{
background-color: #EE37D1;
}
</style>
border-color css
<style>
span { border-color: #EE37D1; }
span { border-color: rgb(238,55,209); }
td.TdClassName
{
border-color: #EE37D1;
}
.TagClassName
{
border-color: #EE37D1;
}
</style>