Shades of Razzle Dazzle Rose #E028CE
Tints of Razzle Dazzle Rose #E028CE
RGB
CMYK
RGB Variations
Color information
#E028CE (or 0xE028CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and CE. RGB value is (224,40,206). Sum of RGB (Red+Green+Blue) = 224+40+206=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E028CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028CE is #1FD731. Grayscale: #717171. Windows color (decimal): -2086706 or 13510880. OLE color: 13510880.
HSL color Cylindrical-coordinate representation of color #E028CE: hue angle of 305.87º 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 #E028CE is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 206 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.12 |
| HSL | 305.87º | 0.75% | 0.52% | - |
| HSV(B) | 305.87º | 0.82% | 0.88% | - |
| XYZ | 42.64 | 21.82 | 60.36 | - |
| YUV | 113.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 206 | 0 | 0.82 | 0.08 | 0.12 | 305.87 | 0.75 | 0.52 |
| Hex | E0 | 28 | CE | 0 | 52 | 8 | C | 132 | 4B | 34 |
| Octal | 340 | 50 | 316 | 0 | 122 | 10 | 14 | 462 | 113 | 64 |
| Binary | 11100000 | 101000 | 11001110 | 0 | 1010010 | 1000 | 1100 | 100110010 | 1001011 | 110100 |
Color Harmonies of #E028CE
Complementary color
Monochromatic Colors of #E028CE
Black with #E028CE
Text Example
Text Example
White with #E028CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028CE; }
p { color: rgb(224,40,206); }
H1.HeaderClassName
{
color: #E028CE;
}
.AnyTagClassName
{
color: #E028CE;
}
</style>
background-color css
<style>
a { background-color: #E028CE; }
a { background-color: rgb(224,40,206); }
div.DivClassName
{
background-color: #E028CE;
}
.BgClassName
{
background-color: #E028CE;
}
</style>
border-color css
<style>
span { border-color: #E028CE; }
span { border-color: rgb(224,40,206); }
td.TdClassName
{
border-color: #E028CE;
}
.TagClassName
{
border-color: #E028CE;
}
</style>