Shades of Razzle Dazzle Rose #EF21D1
Tints of Razzle Dazzle Rose #EF21D1
RGB
CMYK
RGB Variations
Color information
#EF21D1 (or 0xEF21D1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 21 and D1. RGB value is (239,33,209). Sum of RGB (Red+Green+Blue) = 239+33+209=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21D1 is #10DE2E. Grayscale: #727272. Windows color (decimal): -1105455 or 13705711. OLE color: 13705711.
HSL color Cylindrical-coordinate representation of color #EF21D1: hue angle of 308.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF21D1 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 209 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.06 |
| HSL | 308.74º | 0.87% | 0.53% | - |
| HSV(B) | 308.74º | 0.86% | 0.94% | - |
| XYZ | 47.65 | 24.04 | 62.45 | - |
| YUV | 114.66 | 181.25 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 209 | 0 | 0.86 | 0.13 | 0.06 | 308.74 | 0.87 | 0.53 |
| Hex | EF | 21 | D1 | 0 | 56 | D | 6 | 135 | 57 | 35 |
| Octal | 357 | 41 | 321 | 0 | 126 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 100001 | 11010001 | 0 | 1010110 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF21D1
Complementary color
Monochromatic Colors of #EF21D1
Black with #EF21D1
Text Example
Text Example
White with #EF21D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21D1; }
p { color: rgb(239,33,209); }
H1.HeaderClassName
{
color: #EF21D1;
}
.AnyTagClassName
{
color: #EF21D1;
}
</style>
background-color css
<style>
a { background-color: #EF21D1; }
a { background-color: rgb(239,33,209); }
div.DivClassName
{
background-color: #EF21D1;
}
.BgClassName
{
background-color: #EF21D1;
}
</style>
border-color css
<style>
span { border-color: #EF21D1; }
span { border-color: rgb(239,33,209); }
td.TdClassName
{
border-color: #EF21D1;
}
.TagClassName
{
border-color: #EF21D1;
}
</style>