Shades of Razzle Dazzle Rose #E027CE
Tints of Razzle Dazzle Rose #E027CE
RGB
CMYK
RGB Variations
Color information
#E027CE (or 0xE027CE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and CE. RGB value is (224,39,206). Sum of RGB (Red+Green+Blue) = 224+39+206=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E027CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027CE is #1FD831. Grayscale: #707070. Windows color (decimal): -2086962 or 13510624. OLE color: 13510624.
HSL color Cylindrical-coordinate representation of color #E027CE: hue angle of 305.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027CE is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 206 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.12 |
| HSL | 305.84º | 0.75% | 0.52% | - |
| HSV(B) | 305.84º | 0.83% | 0.88% | - |
| XYZ | 42.61 | 21.75 | 60.35 | - |
| YUV | 113.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 206 | 0 | 0.83 | 0.08 | 0.12 | 305.84 | 0.75 | 0.52 |
| Hex | E0 | 27 | CE | 0 | 53 | 8 | C | 132 | 4B | 34 |
| Octal | 340 | 47 | 316 | 0 | 123 | 10 | 14 | 462 | 113 | 64 |
| Binary | 11100000 | 100111 | 11001110 | 0 | 1010011 | 1000 | 1100 | 100110010 | 1001011 | 110100 |
Color Harmonies of #E027CE
Complementary color
Monochromatic Colors of #E027CE
Black with #E027CE
Text Example
Text Example
White with #E027CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027CE; }
p { color: rgb(224,39,206); }
H1.HeaderClassName
{
color: #E027CE;
}
.AnyTagClassName
{
color: #E027CE;
}
</style>
background-color css
<style>
a { background-color: #E027CE; }
a { background-color: rgb(224,39,206); }
div.DivClassName
{
background-color: #E027CE;
}
.BgClassName
{
background-color: #E027CE;
}
</style>
border-color css
<style>
span { border-color: #E027CE; }
span { border-color: rgb(224,39,206); }
td.TdClassName
{
border-color: #E027CE;
}
.TagClassName
{
border-color: #E027CE;
}
</style>