Shades of Razzle Dazzle Rose #EF37C8
Tints of Razzle Dazzle Rose #EF37C8
RGB
CMYK
RGB Variations
Color information
#EF37C8 (or 0xEF37C8) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and C8. RGB value is (239,55,200). Sum of RGB (Red+Green+Blue) = 239+55+200=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 55 (21.88% from 255 or 11.13% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37C8 is #10C837. Grayscale: #7E7E7E. Windows color (decimal): -1099832 or 13121519. OLE color: 13121519.
HSL color Cylindrical-coordinate representation of color #EF37C8: hue angle of 312.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF37C8 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 200 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.06 |
| HSL | 312.72º | 0.85% | 0.58% | - |
| HSV(B) | 312.72º | 0.77% | 0.94% | - |
| XYZ | 47.39 | 25.25 | 57.02 | - |
| YUV | 126.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 200 | 0 | 0.77 | 0.16 | 0.06 | 312.72 | 0.85 | 0.58 |
| Hex | EF | 37 | C8 | 0 | 4D | 10 | 6 | 139 | 55 | 3A |
| Octal | 357 | 67 | 310 | 0 | 115 | 20 | 6 | 471 | 125 | 72 |
| Binary | 11101111 | 110111 | 11001000 | 0 | 1001101 | 10000 | 110 | 100111001 | 1010101 | 111010 |
Color Harmonies of #EF37C8
Complementary color
Monochromatic Colors of #EF37C8
Black with #EF37C8
Text Example
Text Example
White with #EF37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37C8; }
p { color: rgb(239,55,200); }
H1.HeaderClassName
{
color: #EF37C8;
}
.AnyTagClassName
{
color: #EF37C8;
}
</style>
background-color css
<style>
a { background-color: #EF37C8; }
a { background-color: rgb(239,55,200); }
div.DivClassName
{
background-color: #EF37C8;
}
.BgClassName
{
background-color: #EF37C8;
}
</style>
border-color css
<style>
span { border-color: #EF37C8; }
span { border-color: rgb(239,55,200); }
td.TdClassName
{
border-color: #EF37C8;
}
.TagClassName
{
border-color: #EF37C8;
}
</style>