Shades of Razzle Dazzle Rose #EF2AD1
Tints of Razzle Dazzle Rose #EF2AD1
RGB
CMYK
RGB Variations
Color information
#EF2AD1 (or 0xEF2AD1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and D1. RGB value is (239,42,209). Sum of RGB (Red+Green+Blue) = 239+42+209=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AD1 is #10D52E. Grayscale: #777777. Windows color (decimal): -1103151 or 13708015. OLE color: 13708015.
HSL color Cylindrical-coordinate representation of color #EF2AD1: hue angle of 309.14º 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 #EF2AD1 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 42 | 209 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.06 |
| HSL | 309.14º | 0.86% | 0.55% | - |
| HSV(B) | 309.14º | 0.82% | 0.94% | - |
| XYZ | 47.93 | 24.61 | 62.55 | - |
| YUV | 119.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 209 | 0 | 0.82 | 0.13 | 0.06 | 309.14 | 0.86 | 0.55 |
| Hex | EF | 2A | D1 | 0 | 52 | D | 6 | 135 | 56 | 37 |
| Octal | 357 | 52 | 321 | 0 | 122 | 15 | 6 | 465 | 126 | 67 |
| Binary | 11101111 | 101010 | 11010001 | 0 | 1010010 | 1101 | 110 | 100110101 | 1010110 | 110111 |
Color Harmonies of #EF2AD1
Complementary color
Monochromatic Colors of #EF2AD1
Black with #EF2AD1
Text Example
Text Example
White with #EF2AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AD1; }
p { color: rgb(239,42,209); }
H1.HeaderClassName
{
color: #EF2AD1;
}
.AnyTagClassName
{
color: #EF2AD1;
}
</style>
background-color css
<style>
a { background-color: #EF2AD1; }
a { background-color: rgb(239,42,209); }
div.DivClassName
{
background-color: #EF2AD1;
}
.BgClassName
{
background-color: #EF2AD1;
}
</style>
border-color css
<style>
span { border-color: #EF2AD1; }
span { border-color: rgb(239,42,209); }
td.TdClassName
{
border-color: #EF2AD1;
}
.TagClassName
{
border-color: #EF2AD1;
}
</style>