Shades of Razzle Dazzle Rose #EF39C5
Tints of Razzle Dazzle Rose #EF39C5
RGB
CMYK
RGB Variations
Color information
#EF39C5 (or 0xEF39C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 39 and C5. RGB value is (239,57,197). Sum of RGB (Red+Green+Blue) = 239+57+197=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39C5 is #10C63A. Grayscale: #7F7F7F. Windows color (decimal): -1099323 or 12925423. OLE color: 12925423.
HSL color Cylindrical-coordinate representation of color #EF39C5: hue angle of 313.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39C5 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 197 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.06 |
| HSL | 313.85º | 0.85% | 0.58% | - |
| HSV(B) | 313.85º | 0.76% | 0.94% | - |
| XYZ | 47.14 | 25.31 | 55.22 | - |
| YUV | 127.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 197 | 0 | 0.76 | 0.18 | 0.06 | 313.85 | 0.85 | 0.58 |
| Hex | EF | 39 | C5 | 0 | 4C | 12 | 6 | 13A | 55 | 3A |
| Octal | 357 | 71 | 305 | 0 | 114 | 22 | 6 | 472 | 125 | 72 |
| Binary | 11101111 | 111001 | 11000101 | 0 | 1001100 | 10010 | 110 | 100111010 | 1010101 | 111010 |
Color Harmonies of #EF39C5
Complementary color
Monochromatic Colors of #EF39C5
Black with #EF39C5
Text Example
Text Example
White with #EF39C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF39C5; }
p { color: rgb(239,57,197); }
H1.HeaderClassName
{
color: #EF39C5;
}
.AnyTagClassName
{
color: #EF39C5;
}
</style>
background-color css
<style>
a { background-color: #EF39C5; }
a { background-color: rgb(239,57,197); }
div.DivClassName
{
background-color: #EF39C5;
}
.BgClassName
{
background-color: #EF39C5;
}
</style>
border-color css
<style>
span { border-color: #EF39C5; }
span { border-color: rgb(239,57,197); }
td.TdClassName
{
border-color: #EF39C5;
}
.TagClassName
{
border-color: #EF39C5;
}
</style>