Shades of Razzle Dazzle Rose #EF3ADB
Tints of Razzle Dazzle Rose #EF3ADB
RGB
CMYK
RGB Variations
Color information
#EF3ADB (or 0xEF3ADB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3A and DB. RGB value is (239,58,219). Sum of RGB (Red+Green+Blue) = 239+58+219=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3ADB is #10C524. Grayscale: #828282. Windows color (decimal): -1099045 or 14367471. OLE color: 14367471.
HSL color Cylindrical-coordinate representation of color #EF3ADB: hue angle of 306.63º 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 #EF3ADB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 219 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.06 |
| HSL | 306.63º | 0.85% | 0.58% | - |
| HSV(B) | 306.63º | 0.76% | 0.94% | - |
| XYZ | 49.9 | 26.49 | 69.5 | - |
| YUV | 130.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 219 | 0 | 0.76 | 0.08 | 0.06 | 306.63 | 0.85 | 0.58 |
| Hex | EF | 3A | DB | 0 | 4C | 8 | 6 | 133 | 55 | 3A |
| Octal | 357 | 72 | 333 | 0 | 114 | 10 | 6 | 463 | 125 | 72 |
| Binary | 11101111 | 111010 | 11011011 | 0 | 1001100 | 1000 | 110 | 100110011 | 1010101 | 111010 |
Color Harmonies of #EF3ADB
Complementary color
Monochromatic Colors of #EF3ADB
Black with #EF3ADB
Text Example
Text Example
White with #EF3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3ADB; }
p { color: rgb(239,58,219); }
H1.HeaderClassName
{
color: #EF3ADB;
}
.AnyTagClassName
{
color: #EF3ADB;
}
</style>
background-color css
<style>
a { background-color: #EF3ADB; }
a { background-color: rgb(239,58,219); }
div.DivClassName
{
background-color: #EF3ADB;
}
.BgClassName
{
background-color: #EF3ADB;
}
</style>
border-color css
<style>
span { border-color: #EF3ADB; }
span { border-color: rgb(239,58,219); }
td.TdClassName
{
border-color: #EF3ADB;
}
.TagClassName
{
border-color: #EF3ADB;
}
</style>