Shades of Razzle Dazzle Rose #E028DB
Tints of Razzle Dazzle Rose #E028DB
RGB
CMYK
RGB Variations
Color information
#E028DB (or 0xE028DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and DB. RGB value is (224,40,219). Sum of RGB (Red+Green+Blue) = 224+40+219=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E028DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028DB is #1FD724. Grayscale: #727272. Windows color (decimal): -2086693 or 14362848. OLE color: 14362848.
HSL color Cylindrical-coordinate representation of color #E028DB: hue angle of 301.63º 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 #E028DB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 219 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.12 |
| HSL | 301.63º | 0.75% | 0.52% | - |
| HSV(B) | 301.63º | 0.82% | 0.88% | - |
| XYZ | 44.29 | 22.48 | 69.02 | - |
| YUV | 115.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 219 | 0 | 0.82 | 0.02 | 0.12 | 301.63 | 0.75 | 0.52 |
| Hex | E0 | 28 | DB | 0 | 52 | 2 | C | 12E | 4B | 34 |
| Octal | 340 | 50 | 333 | 0 | 122 | 2 | 14 | 456 | 113 | 64 |
| Binary | 11100000 | 101000 | 11011011 | 0 | 1010010 | 10 | 1100 | 100101110 | 1001011 | 110100 |
Color Harmonies of #E028DB
Complementary color
Monochromatic Colors of #E028DB
Black with #E028DB
Text Example
Text Example
White with #E028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028DB; }
p { color: rgb(224,40,219); }
H1.HeaderClassName
{
color: #E028DB;
}
.AnyTagClassName
{
color: #E028DB;
}
</style>
background-color css
<style>
a { background-color: #E028DB; }
a { background-color: rgb(224,40,219); }
div.DivClassName
{
background-color: #E028DB;
}
.BgClassName
{
background-color: #E028DB;
}
</style>
border-color css
<style>
span { border-color: #E028DB; }
span { border-color: rgb(224,40,219); }
td.TdClassName
{
border-color: #E028DB;
}
.TagClassName
{
border-color: #E028DB;
}
</style>