Shades of Razzle Dazzle Rose #EF37BC
Tints of Razzle Dazzle Rose #EF37BC
RGB
CMYK
RGB Variations
Color information
#EF37BC (or 0xEF37BC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and BC. RGB value is (239,55,188). Sum of RGB (Red+Green+Blue) = 239+55+188=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37BC is #10C843. Grayscale: #7C7C7C. Windows color (decimal): -1099844 or 12335087. OLE color: 12335087.
HSL color Cylindrical-coordinate representation of color #EF37BC: hue angle of 316.63º 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 #EF37BC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 188 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.06 |
| HSL | 316.63º | 0.85% | 0.58% | - |
| HSV(B) | 316.63º | 0.77% | 0.94% | - |
| XYZ | 46.04 | 24.71 | 49.92 | - |
| YUV | 125.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 188 | 0 | 0.77 | 0.21 | 0.06 | 316.63 | 0.85 | 0.58 |
| Hex | EF | 37 | BC | 0 | 4D | 15 | 6 | 13D | 55 | 3A |
| Octal | 357 | 67 | 274 | 0 | 115 | 25 | 6 | 475 | 125 | 72 |
| Binary | 11101111 | 110111 | 10111100 | 0 | 1001101 | 10101 | 110 | 100111101 | 1010101 | 111010 |
Color Harmonies of #EF37BC
Complementary color
Monochromatic Colors of #EF37BC
Black with #EF37BC
Text Example
Text Example
White with #EF37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37BC; }
p { color: rgb(239,55,188); }
H1.HeaderClassName
{
color: #EF37BC;
}
.AnyTagClassName
{
color: #EF37BC;
}
</style>
background-color css
<style>
a { background-color: #EF37BC; }
a { background-color: rgb(239,55,188); }
div.DivClassName
{
background-color: #EF37BC;
}
.BgClassName
{
background-color: #EF37BC;
}
</style>
border-color css
<style>
span { border-color: #EF37BC; }
span { border-color: rgb(239,55,188); }
td.TdClassName
{
border-color: #EF37BC;
}
.TagClassName
{
border-color: #EF37BC;
}
</style>