Shades of Razzle Dazzle Rose #E027DC
Tints of Razzle Dazzle Rose #E027DC
RGB
CMYK
RGB Variations
Color information
#E027DC (or 0xE027DC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DC. RGB value is (224,39,220). Sum of RGB (Red+Green+Blue) = 224+39+220=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DC is #1FD823. Grayscale: #727272. Windows color (decimal): -2086948 or 14428128. OLE color: 14428128.
HSL color Cylindrical-coordinate representation of color #E027DC: hue angle of 301.3º 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 #E027DC is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 220 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.12 |
| HSL | 301.3º | 0.75% | 0.52% | - |
| HSV(B) | 301.3º | 0.83% | 0.88% | - |
| XYZ | 44.38 | 22.47 | 69.71 | - |
| YUV | 114.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 220 | 0 | 0.83 | 0.02 | 0.12 | 301.3 | 0.75 | 0.52 |
| Hex | E0 | 27 | DC | 0 | 53 | 2 | C | 12D | 4B | 34 |
| Octal | 340 | 47 | 334 | 0 | 123 | 2 | 14 | 455 | 113 | 64 |
| Binary | 11100000 | 100111 | 11011100 | 0 | 1010011 | 10 | 1100 | 100101101 | 1001011 | 110100 |
Color Harmonies of #E027DC
Complementary color
Monochromatic Colors of #E027DC
Black with #E027DC
Text Example
Text Example
White with #E027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027DC; }
p { color: rgb(224,39,220); }
H1.HeaderClassName
{
color: #E027DC;
}
.AnyTagClassName
{
color: #E027DC;
}
</style>
background-color css
<style>
a { background-color: #E027DC; }
a { background-color: rgb(224,39,220); }
div.DivClassName
{
background-color: #E027DC;
}
.BgClassName
{
background-color: #E027DC;
}
</style>
border-color css
<style>
span { border-color: #E027DC; }
span { border-color: rgb(224,39,220); }
td.TdClassName
{
border-color: #E027DC;
}
.TagClassName
{
border-color: #E027DC;
}
</style>