Shades of Razzle Dazzle Rose #EF28DB
Tints of Razzle Dazzle Rose #EF28DB
RGB
CMYK
RGB Variations
Color information
#EF28DB (or 0xEF28DB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and DB. RGB value is (239,40,219). Sum of RGB (Red+Green+Blue) = 239+40+219=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28DB is #10D724. Grayscale: #777777. Windows color (decimal): -1103653 or 14362863. OLE color: 14362863.
HSL color Cylindrical-coordinate representation of color #EF28DB: hue angle of 306.03º 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 #EF28DB is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 219 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.06 |
| HSL | 306.03º | 0.86% | 0.55% | - |
| HSV(B) | 306.03º | 0.83% | 0.94% | - |
| XYZ | 49.14 | 24.98 | 69.25 | - |
| YUV | 119.91 | 183.93 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 219 | 0 | 0.83 | 0.08 | 0.06 | 306.03 | 0.86 | 0.55 |
| Hex | EF | 28 | DB | 0 | 53 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 50 | 333 | 0 | 123 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 101000 | 11011011 | 0 | 1010011 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF28DB
Complementary color
Monochromatic Colors of #EF28DB
Black with #EF28DB
Text Example
Text Example
White with #EF28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28DB; }
p { color: rgb(239,40,219); }
H1.HeaderClassName
{
color: #EF28DB;
}
.AnyTagClassName
{
color: #EF28DB;
}
</style>
background-color css
<style>
a { background-color: #EF28DB; }
a { background-color: rgb(239,40,219); }
div.DivClassName
{
background-color: #EF28DB;
}
.BgClassName
{
background-color: #EF28DB;
}
</style>
border-color css
<style>
span { border-color: #EF28DB; }
span { border-color: rgb(239,40,219); }
td.TdClassName
{
border-color: #EF28DB;
}
.TagClassName
{
border-color: #EF28DB;
}
</style>