Shades of Razzle Dazzle Rose #E027C2
Tints of Razzle Dazzle Rose #E027C2
RGB
CMYK
RGB Variations
Color information
#E027C2 (or 0xE027C2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and C2. RGB value is (224,39,194). Sum of RGB (Red+Green+Blue) = 224+39+194=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E027C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027C2 is #1FD83D. Grayscale: #6F6F6F. Windows color (decimal): -2086974 or 12724192. OLE color: 12724192.
HSL color Cylindrical-coordinate representation of color #E027C2: hue angle of 309.73º 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 #E027C2 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 194 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.12 |
| HSL | 309.73º | 0.75% | 0.52% | - |
| HSV(B) | 309.73º | 0.83% | 0.88% | - |
| XYZ | 41.2 | 21.19 | 52.96 | - |
| YUV | 111.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 194 | 0 | 0.83 | 0.13 | 0.12 | 309.73 | 0.75 | 0.52 |
| Hex | E0 | 27 | C2 | 0 | 53 | D | C | 136 | 4B | 34 |
| Octal | 340 | 47 | 302 | 0 | 123 | 15 | 14 | 466 | 113 | 64 |
| Binary | 11100000 | 100111 | 11000010 | 0 | 1010011 | 1101 | 1100 | 100110110 | 1001011 | 110100 |
Color Harmonies of #E027C2
Complementary color
Monochromatic Colors of #E027C2
Black with #E027C2
Text Example
Text Example
White with #E027C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027C2; }
p { color: rgb(224,39,194); }
H1.HeaderClassName
{
color: #E027C2;
}
.AnyTagClassName
{
color: #E027C2;
}
</style>
background-color css
<style>
a { background-color: #E027C2; }
a { background-color: rgb(224,39,194); }
div.DivClassName
{
background-color: #E027C2;
}
.BgClassName
{
background-color: #E027C2;
}
</style>
border-color css
<style>
span { border-color: #E027C2; }
span { border-color: rgb(224,39,194); }
td.TdClassName
{
border-color: #E027C2;
}
.TagClassName
{
border-color: #E027C2;
}
</style>