Shades of Razzle Dazzle Rose #E028D7
Tints of Razzle Dazzle Rose #E028D7
RGB
CMYK
RGB Variations
Color information
#E028D7 (or 0xE028D7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and D7. RGB value is (224,40,215). Sum of RGB (Red+Green+Blue) = 224+40+215=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E028D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028D7 is #1FD728. Grayscale: #727272. Windows color (decimal): -2086697 or 14100704. OLE color: 14100704.
HSL color Cylindrical-coordinate representation of color #E028D7: hue angle of 302.93º 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 #E028D7 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 215 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.12 |
| HSL | 302.93º | 0.75% | 0.52% | - |
| HSV(B) | 302.93º | 0.82% | 0.88% | - |
| XYZ | 43.77 | 22.27 | 66.28 | - |
| YUV | 114.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 215 | 0 | 0.82 | 0.04 | 0.12 | 302.93 | 0.75 | 0.52 |
| Hex | E0 | 28 | D7 | 0 | 52 | 4 | C | 12F | 4B | 34 |
| Octal | 340 | 50 | 327 | 0 | 122 | 4 | 14 | 457 | 113 | 64 |
| Binary | 11100000 | 101000 | 11010111 | 0 | 1010010 | 100 | 1100 | 100101111 | 1001011 | 110100 |
Color Harmonies of #E028D7
Complementary color
Monochromatic Colors of #E028D7
Black with #E028D7
Text Example
Text Example
White with #E028D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028D7; }
p { color: rgb(224,40,215); }
H1.HeaderClassName
{
color: #E028D7;
}
.AnyTagClassName
{
color: #E028D7;
}
</style>
background-color css
<style>
a { background-color: #E028D7; }
a { background-color: rgb(224,40,215); }
div.DivClassName
{
background-color: #E028D7;
}
.BgClassName
{
background-color: #E028D7;
}
</style>
border-color css
<style>
span { border-color: #E028D7; }
span { border-color: rgb(224,40,215); }
td.TdClassName
{
border-color: #E028D7;
}
.TagClassName
{
border-color: #E028D7;
}
</style>