Shades of Razzle Dazzle Rose #EF28D1
Tints of Razzle Dazzle Rose #EF28D1
RGB
CMYK
RGB Variations
Color information
#EF28D1 (or 0xEF28D1) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and D1. RGB value is (239,40,209). Sum of RGB (Red+Green+Blue) = 239+40+209=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28D1 is #10D72E. Grayscale: #767676. Windows color (decimal): -1103663 or 13707503. OLE color: 13707503.
HSL color Cylindrical-coordinate representation of color #EF28D1: hue angle of 309.05º 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 #EF28D1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 209 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.06 |
| HSL | 309.05º | 0.86% | 0.55% | - |
| HSV(B) | 309.05º | 0.83% | 0.94% | - |
| XYZ | 47.86 | 24.47 | 62.52 | - |
| YUV | 118.77 | 178.93 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 209 | 0 | 0.83 | 0.13 | 0.06 | 309.05 | 0.86 | 0.55 |
| Hex | EF | 28 | D1 | 0 | 53 | D | 6 | 135 | 56 | 37 |
| Octal | 357 | 50 | 321 | 0 | 123 | 15 | 6 | 465 | 126 | 67 |
| Binary | 11101111 | 101000 | 11010001 | 0 | 1010011 | 1101 | 110 | 100110101 | 1010110 | 110111 |
Color Harmonies of #EF28D1
Complementary color
Monochromatic Colors of #EF28D1
Black with #EF28D1
Text Example
Text Example
White with #EF28D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28D1; }
p { color: rgb(239,40,209); }
H1.HeaderClassName
{
color: #EF28D1;
}
.AnyTagClassName
{
color: #EF28D1;
}
</style>
background-color css
<style>
a { background-color: #EF28D1; }
a { background-color: rgb(239,40,209); }
div.DivClassName
{
background-color: #EF28D1;
}
.BgClassName
{
background-color: #EF28D1;
}
</style>
border-color css
<style>
span { border-color: #EF28D1; }
span { border-color: rgb(239,40,209); }
td.TdClassName
{
border-color: #EF28D1;
}
.TagClassName
{
border-color: #EF28D1;
}
</style>