Shades of Razzle Dazzle Rose #EF37D1
Tints of Razzle Dazzle Rose #EF37D1
RGB
CMYK
RGB Variations
Color information
#EF37D1 (or 0xEF37D1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and D1. RGB value is (239,55,209). Sum of RGB (Red+Green+Blue) = 239+55+209=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37D1 is #10C82E. Grayscale: #7F7F7F. Windows color (decimal): -1099823 or 13711343. OLE color: 13711343.
HSL color Cylindrical-coordinate representation of color #EF37D1: hue angle of 309.78º 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 #EF37D1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 209 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.06 |
| HSL | 309.78º | 0.85% | 0.58% | - |
| HSV(B) | 309.78º | 0.77% | 0.94% | - |
| XYZ | 48.47 | 25.69 | 62.72 | - |
| YUV | 127.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 209 | 0 | 0.77 | 0.13 | 0.06 | 309.78 | 0.85 | 0.58 |
| Hex | EF | 37 | D1 | 0 | 4D | D | 6 | 136 | 55 | 3A |
| Octal | 357 | 67 | 321 | 0 | 115 | 15 | 6 | 466 | 125 | 72 |
| Binary | 11101111 | 110111 | 11010001 | 0 | 1001101 | 1101 | 110 | 100110110 | 1010101 | 111010 |
Color Harmonies of #EF37D1
Complementary color
Monochromatic Colors of #EF37D1
Black with #EF37D1
Text Example
Text Example
White with #EF37D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37D1; }
p { color: rgb(239,55,209); }
H1.HeaderClassName
{
color: #EF37D1;
}
.AnyTagClassName
{
color: #EF37D1;
}
</style>
background-color css
<style>
a { background-color: #EF37D1; }
a { background-color: rgb(239,55,209); }
div.DivClassName
{
background-color: #EF37D1;
}
.BgClassName
{
background-color: #EF37D1;
}
</style>
border-color css
<style>
span { border-color: #EF37D1; }
span { border-color: rgb(239,55,209); }
td.TdClassName
{
border-color: #EF37D1;
}
.TagClassName
{
border-color: #EF37D1;
}
</style>