Shades of Razzle Dazzle Rose #EE37BC
Tints of Razzle Dazzle Rose #EE37BC
RGB
CMYK
RGB Variations
Color information
#EE37BC (or 0xEE37BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 37 and BC. RGB value is (238,55,188). Sum of RGB (Red+Green+Blue) = 238+55+188=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE37BC is #11C843. Grayscale: #7C7C7C. Windows color (decimal): -1165380 or 12335086. OLE color: 12335086.
HSL color Cylindrical-coordinate representation of color #EE37BC: hue angle of 316.39º 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 #EE37BC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 188 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.07 |
| HSL | 316.39º | 0.84% | 0.57% | - |
| HSV(B) | 316.39º | 0.77% | 0.93% | - |
| XYZ | 45.7 | 24.54 | 49.9 | - |
| YUV | 124.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 188 | 0 | 0.77 | 0.21 | 0.07 | 316.39 | 0.84 | 0.57 |
| Hex | EE | 37 | BC | 0 | 4D | 15 | 7 | 13C | 54 | 39 |
| Octal | 356 | 67 | 274 | 0 | 115 | 25 | 7 | 474 | 124 | 71 |
| Binary | 11101110 | 110111 | 10111100 | 0 | 1001101 | 10101 | 111 | 100111100 | 1010100 | 111001 |
Color Harmonies of #EE37BC
Complementary color
Monochromatic Colors of #EE37BC
Black with #EE37BC
Text Example
Text Example
White with #EE37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE37BC; }
p { color: rgb(238,55,188); }
H1.HeaderClassName
{
color: #EE37BC;
}
.AnyTagClassName
{
color: #EE37BC;
}
</style>
background-color css
<style>
a { background-color: #EE37BC; }
a { background-color: rgb(238,55,188); }
div.DivClassName
{
background-color: #EE37BC;
}
.BgClassName
{
background-color: #EE37BC;
}
</style>
border-color css
<style>
span { border-color: #EE37BC; }
span { border-color: rgb(238,55,188); }
td.TdClassName
{
border-color: #EE37BC;
}
.TagClassName
{
border-color: #EE37BC;
}
</style>