Shades of Razzle Dazzle Rose #E028D9
Tints of Razzle Dazzle Rose #E028D9
RGB
CMYK
RGB Variations
Color information
#E028D9 (or 0xE028D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and D9. RGB value is (224,40,217). Sum of RGB (Red+Green+Blue) = 224+40+217=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E028D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028D9 is #1FD726. Grayscale: #727272. Windows color (decimal): -2086695 or 14231776. OLE color: 14231776.
HSL color Cylindrical-coordinate representation of color #E028D9: hue angle of 302.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028D9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 217 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.12 |
| HSL | 302.28º | 0.75% | 0.52% | - |
| HSV(B) | 302.28º | 0.82% | 0.88% | - |
| XYZ | 44.02 | 22.37 | 67.64 | - |
| YUV | 115.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 217 | 0 | 0.82 | 0.03 | 0.12 | 302.28 | 0.75 | 0.52 |
| Hex | E0 | 28 | D9 | 0 | 52 | 3 | C | 12E | 4B | 34 |
| Octal | 340 | 50 | 331 | 0 | 122 | 3 | 14 | 456 | 113 | 64 |
| Binary | 11100000 | 101000 | 11011001 | 0 | 1010010 | 11 | 1100 | 100101110 | 1001011 | 110100 |
Color Harmonies of #E028D9
Complementary color
Monochromatic Colors of #E028D9
Black with #E028D9
Text Example
Text Example
White with #E028D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028D9; }
p { color: rgb(224,40,217); }
H1.HeaderClassName
{
color: #E028D9;
}
.AnyTagClassName
{
color: #E028D9;
}
</style>
background-color css
<style>
a { background-color: #E028D9; }
a { background-color: rgb(224,40,217); }
div.DivClassName
{
background-color: #E028D9;
}
.BgClassName
{
background-color: #E028D9;
}
</style>
border-color css
<style>
span { border-color: #E028D9; }
span { border-color: rgb(224,40,217); }
td.TdClassName
{
border-color: #E028D9;
}
.TagClassName
{
border-color: #E028D9;
}
</style>