Shades of Razzle Dazzle Rose #EF37D3
Tints of Razzle Dazzle Rose #EF37D3
RGB
CMYK
RGB Variations
Color information
#EF37D3 (or 0xEF37D3) is known color: Razzle Dazzle Rose. HEX triplet: EF, 37 and D3. RGB value is (239,55,211). Sum of RGB (Red+Green+Blue) = 239+55+211=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37D3 is #10C82C. Grayscale: #7F7F7F. Windows color (decimal): -1099821 or 13842415. OLE color: 13842415.
HSL color Cylindrical-coordinate representation of color #EF37D3: hue angle of 309.13º 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 #EF37D3 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 211 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.06 |
| HSL | 309.13º | 0.85% | 0.58% | - |
| HSV(B) | 309.13º | 0.77% | 0.94% | - |
| XYZ | 48.72 | 25.79 | 64.04 | - |
| YUV | 127.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 211 | 0 | 0.77 | 0.12 | 0.06 | 309.13 | 0.85 | 0.58 |
| Hex | EF | 37 | D3 | 0 | 4D | C | 6 | 135 | 55 | 3A |
| Octal | 357 | 67 | 323 | 0 | 115 | 14 | 6 | 465 | 125 | 72 |
| Binary | 11101111 | 110111 | 11010011 | 0 | 1001101 | 1100 | 110 | 100110101 | 1010101 | 111010 |
Color Harmonies of #EF37D3
Complementary color
Monochromatic Colors of #EF37D3
Black with #EF37D3
Text Example
Text Example
White with #EF37D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37D3; }
p { color: rgb(239,55,211); }
H1.HeaderClassName
{
color: #EF37D3;
}
.AnyTagClassName
{
color: #EF37D3;
}
</style>
background-color css
<style>
a { background-color: #EF37D3; }
a { background-color: rgb(239,55,211); }
div.DivClassName
{
background-color: #EF37D3;
}
.BgClassName
{
background-color: #EF37D3;
}
</style>
border-color css
<style>
span { border-color: #EF37D3; }
span { border-color: rgb(239,55,211); }
td.TdClassName
{
border-color: #EF37D3;
}
.TagClassName
{
border-color: #EF37D3;
}
</style>