Shades of Razzle Dazzle Rose #EF37CF
Tints of Razzle Dazzle Rose #EF37CF
RGB
CMYK
RGB Variations
Color information
#EF37CF (or 0xEF37CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and CF. RGB value is (239,55,207). Sum of RGB (Red+Green+Blue) = 239+55+207=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37CF is #10C830. Grayscale: #7E7E7E. Windows color (decimal): -1099825 or 13580271. OLE color: 13580271.
HSL color Cylindrical-coordinate representation of color #EF37CF: hue angle of 310.43º 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 #EF37CF is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 207 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.06 |
| HSL | 310.43º | 0.85% | 0.58% | - |
| HSV(B) | 310.43º | 0.77% | 0.94% | - |
| XYZ | 48.23 | 25.59 | 61.43 | - |
| YUV | 127.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 207 | 0 | 0.77 | 0.13 | 0.06 | 310.43 | 0.85 | 0.58 |
| Hex | EF | 37 | CF | 0 | 4D | D | 6 | 136 | 55 | 3A |
| Octal | 357 | 67 | 317 | 0 | 115 | 15 | 6 | 466 | 125 | 72 |
| Binary | 11101111 | 110111 | 11001111 | 0 | 1001101 | 1101 | 110 | 100110110 | 1010101 | 111010 |
Color Harmonies of #EF37CF
Complementary color
Monochromatic Colors of #EF37CF
Black with #EF37CF
Text Example
Text Example
White with #EF37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37CF; }
p { color: rgb(239,55,207); }
H1.HeaderClassName
{
color: #EF37CF;
}
.AnyTagClassName
{
color: #EF37CF;
}
</style>
background-color css
<style>
a { background-color: #EF37CF; }
a { background-color: rgb(239,55,207); }
div.DivClassName
{
background-color: #EF37CF;
}
.BgClassName
{
background-color: #EF37CF;
}
</style>
border-color css
<style>
span { border-color: #EF37CF; }
span { border-color: rgb(239,55,207); }
td.TdClassName
{
border-color: #EF37CF;
}
.TagClassName
{
border-color: #EF37CF;
}
</style>