Shades of Razzle Dazzle Rose #EF37BD
Tints of Razzle Dazzle Rose #EF37BD
RGB
CMYK
RGB Variations
Color information
#EF37BD (or 0xEF37BD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and BD. RGB value is (239,55,189). Sum of RGB (Red+Green+Blue) = 239+55+189=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37BD is #10C842. Grayscale: #7C7C7C. Windows color (decimal): -1099843 or 12400623. OLE color: 12400623.
HSL color Cylindrical-coordinate representation of color #EF37BD: hue angle of 316.3º 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 #EF37BD is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 189 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.06 |
| HSL | 316.3º | 0.85% | 0.58% | - |
| HSV(B) | 316.3º | 0.77% | 0.94% | - |
| XYZ | 46.15 | 24.76 | 50.49 | - |
| YUV | 125.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 189 | 0 | 0.77 | 0.21 | 0.06 | 316.3 | 0.85 | 0.58 |
| Hex | EF | 37 | BD | 0 | 4D | 15 | 6 | 13C | 55 | 3A |
| Octal | 357 | 67 | 275 | 0 | 115 | 25 | 6 | 474 | 125 | 72 |
| Binary | 11101111 | 110111 | 10111101 | 0 | 1001101 | 10101 | 110 | 100111100 | 1010101 | 111010 |
Color Harmonies of #EF37BD
Complementary color
Monochromatic Colors of #EF37BD
Black with #EF37BD
Text Example
Text Example
White with #EF37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37BD; }
p { color: rgb(239,55,189); }
H1.HeaderClassName
{
color: #EF37BD;
}
.AnyTagClassName
{
color: #EF37BD;
}
</style>
background-color css
<style>
a { background-color: #EF37BD; }
a { background-color: rgb(239,55,189); }
div.DivClassName
{
background-color: #EF37BD;
}
.BgClassName
{
background-color: #EF37BD;
}
</style>
border-color css
<style>
span { border-color: #EF37BD; }
span { border-color: rgb(239,55,189); }
td.TdClassName
{
border-color: #EF37BD;
}
.TagClassName
{
border-color: #EF37BD;
}
</style>