Shades of Razzle Dazzle Rose #EF2ADB
Tints of Razzle Dazzle Rose #EF2ADB
RGB
CMYK
RGB Variations
Color information
#EF2ADB (or 0xEF2ADB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and DB. RGB value is (239,42,219). Sum of RGB (Red+Green+Blue) = 239+42+219=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ADB is #10D524. Grayscale: #787878. Windows color (decimal): -1103141 or 14363375. OLE color: 14363375.
HSL color Cylindrical-coordinate representation of color #EF2ADB: hue angle of 306.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2ADB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 219 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.06 |
| HSL | 306.09º | 0.86% | 0.55% | - |
| HSV(B) | 306.09º | 0.82% | 0.94% | - |
| XYZ | 49.21 | 25.12 | 69.27 | - |
| YUV | 121.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 219 | 0 | 0.82 | 0.08 | 0.06 | 306.09 | 0.86 | 0.55 |
| Hex | EF | 2A | DB | 0 | 52 | 8 | 6 | 132 | 56 | 37 |
| Octal | 357 | 52 | 333 | 0 | 122 | 10 | 6 | 462 | 126 | 67 |
| Binary | 11101111 | 101010 | 11011011 | 0 | 1010010 | 1000 | 110 | 100110010 | 1010110 | 110111 |
Color Harmonies of #EF2ADB
Complementary color
Monochromatic Colors of #EF2ADB
Black with #EF2ADB
Text Example
Text Example
White with #EF2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2ADB; }
p { color: rgb(239,42,219); }
H1.HeaderClassName
{
color: #EF2ADB;
}
.AnyTagClassName
{
color: #EF2ADB;
}
</style>
background-color css
<style>
a { background-color: #EF2ADB; }
a { background-color: rgb(239,42,219); }
div.DivClassName
{
background-color: #EF2ADB;
}
.BgClassName
{
background-color: #EF2ADB;
}
</style>
border-color css
<style>
span { border-color: #EF2ADB; }
span { border-color: rgb(239,42,219); }
td.TdClassName
{
border-color: #EF2ADB;
}
.TagClassName
{
border-color: #EF2ADB;
}
</style>