Shades of Razzle Dazzle Rose #EF37D6
Tints of Razzle Dazzle Rose #EF37D6
RGB
CMYK
RGB Variations
Color information
#EF37D6 (or 0xEF37D6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and D6. RGB value is (239,55,214). Sum of RGB (Red+Green+Blue) = 239+55+214=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37D6 is #10C829. Grayscale: #7F7F7F. Windows color (decimal): -1099818 or 14039023. OLE color: 14039023.
HSL color Cylindrical-coordinate representation of color #EF37D6: hue angle of 308.15º 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 #EF37D6 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 214 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.06 |
| HSL | 308.15º | 0.85% | 0.58% | - |
| HSV(B) | 308.15º | 0.77% | 0.94% | - |
| XYZ | 49.1 | 25.94 | 66.04 | - |
| YUV | 128.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 214 | 0 | 0.77 | 0.10 | 0.06 | 308.15 | 0.85 | 0.58 |
| Hex | EF | 37 | D6 | 0 | 4D | A | 6 | 134 | 55 | 3A |
| Octal | 357 | 67 | 326 | 0 | 115 | 12 | 6 | 464 | 125 | 72 |
| Binary | 11101111 | 110111 | 11010110 | 0 | 1001101 | 1010 | 110 | 100110100 | 1010101 | 111010 |
Color Harmonies of #EF37D6
Complementary color
Monochromatic Colors of #EF37D6
Black with #EF37D6
Text Example
Text Example
White with #EF37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37D6; }
p { color: rgb(239,55,214); }
H1.HeaderClassName
{
color: #EF37D6;
}
.AnyTagClassName
{
color: #EF37D6;
}
</style>
background-color css
<style>
a { background-color: #EF37D6; }
a { background-color: rgb(239,55,214); }
div.DivClassName
{
background-color: #EF37D6;
}
.BgClassName
{
background-color: #EF37D6;
}
</style>
border-color css
<style>
span { border-color: #EF37D6; }
span { border-color: rgb(239,55,214); }
td.TdClassName
{
border-color: #EF37D6;
}
.TagClassName
{
border-color: #EF37D6;
}
</style>