Shades of Razzle Dazzle Rose #EF28C0
Tints of Razzle Dazzle Rose #EF28C0
RGB
CMYK
RGB Variations
Color information
#EF28C0 (or 0xEF28C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and C0. RGB value is (239,40,192). Sum of RGB (Red+Green+Blue) = 239+40+192=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28C0 is #10D73F. Grayscale: #747474. Windows color (decimal): -1103680 or 12593391. OLE color: 12593391.
HSL color Cylindrical-coordinate representation of color #EF28C0: hue angle of 314.17º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF28C0 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 192 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.06 |
| HSL | 314.17º | 0.86% | 0.55% | - |
| HSV(B) | 314.17º | 0.83% | 0.94% | - |
| XYZ | 45.87 | 23.67 | 52.02 | - |
| YUV | 116.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 192 | 0 | 0.83 | 0.20 | 0.06 | 314.17 | 0.86 | 0.55 |
| Hex | EF | 28 | C0 | 0 | 53 | 14 | 6 | 13A | 56 | 37 |
| Octal | 357 | 50 | 300 | 0 | 123 | 24 | 6 | 472 | 126 | 67 |
| Binary | 11101111 | 101000 | 11000000 | 0 | 1010011 | 10100 | 110 | 100111010 | 1010110 | 110111 |
Color Harmonies of #EF28C0
Complementary color
Monochromatic Colors of #EF28C0
Black with #EF28C0
Text Example
Text Example
White with #EF28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28C0; }
p { color: rgb(239,40,192); }
H1.HeaderClassName
{
color: #EF28C0;
}
.AnyTagClassName
{
color: #EF28C0;
}
</style>
background-color css
<style>
a { background-color: #EF28C0; }
a { background-color: rgb(239,40,192); }
div.DivClassName
{
background-color: #EF28C0;
}
.BgClassName
{
background-color: #EF28C0;
}
</style>
border-color css
<style>
span { border-color: #EF28C0; }
span { border-color: rgb(239,40,192); }
td.TdClassName
{
border-color: #EF28C0;
}
.TagClassName
{
border-color: #EF28C0;
}
</style>