Shades of Razzle Dazzle Rose #E028C0
Tints of Razzle Dazzle Rose #E028C0
RGB
CMYK
RGB Variations
Color information
#E028C0 (or 0xE028C0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and C0. RGB value is (224,40,192). Sum of RGB (Red+Green+Blue) = 224+40+192=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E028C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028C0 is #1FD73F. Grayscale: #6F6F6F. Windows color (decimal): -2086720 or 12593376. OLE color: 12593376.
HSL color Cylindrical-coordinate representation of color #E028C0: hue angle of 310.43º 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 #E028C0 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 192 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.12 |
| HSL | 310.43º | 0.75% | 0.52% | - |
| HSV(B) | 310.43º | 0.82% | 0.88% | - |
| XYZ | 41.01 | 21.17 | 51.79 | - |
| YUV | 112.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 192 | 0 | 0.82 | 0.14 | 0.12 | 310.43 | 0.75 | 0.52 |
| Hex | E0 | 28 | C0 | 0 | 52 | E | C | 136 | 4B | 34 |
| Octal | 340 | 50 | 300 | 0 | 122 | 16 | 14 | 466 | 113 | 64 |
| Binary | 11100000 | 101000 | 11000000 | 0 | 1010010 | 1110 | 1100 | 100110110 | 1001011 | 110100 |
Color Harmonies of #E028C0
Complementary color
Monochromatic Colors of #E028C0
Black with #E028C0
Text Example
Text Example
White with #E028C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028C0; }
p { color: rgb(224,40,192); }
H1.HeaderClassName
{
color: #E028C0;
}
.AnyTagClassName
{
color: #E028C0;
}
</style>
background-color css
<style>
a { background-color: #E028C0; }
a { background-color: rgb(224,40,192); }
div.DivClassName
{
background-color: #E028C0;
}
.BgClassName
{
background-color: #E028C0;
}
</style>
border-color css
<style>
span { border-color: #E028C0; }
span { border-color: rgb(224,40,192); }
td.TdClassName
{
border-color: #E028C0;
}
.TagClassName
{
border-color: #E028C0;
}
</style>