Shades of Razzle Dazzle Rose #E027DA
Tints of Razzle Dazzle Rose #E027DA
RGB
CMYK
RGB Variations
Color information
#E027DA (or 0xE027DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DA. RGB value is (224,39,218). Sum of RGB (Red+Green+Blue) = 224+39+218=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DA is #1FD825. Grayscale: #727272. Windows color (decimal): -2086950 or 14297056. OLE color: 14297056.
HSL color Cylindrical-coordinate representation of color #E027DA: hue angle of 301.95º 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 #E027DA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 218 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.12 |
| HSL | 301.95º | 0.75% | 0.52% | - |
| HSV(B) | 301.95º | 0.83% | 0.88% | - |
| XYZ | 44.12 | 22.36 | 68.32 | - |
| YUV | 114.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 218 | 0 | 0.83 | 0.03 | 0.12 | 301.95 | 0.75 | 0.52 |
| Hex | E0 | 27 | DA | 0 | 53 | 3 | C | 12E | 4B | 34 |
| Octal | 340 | 47 | 332 | 0 | 123 | 3 | 14 | 456 | 113 | 64 |
| Binary | 11100000 | 100111 | 11011010 | 0 | 1010011 | 11 | 1100 | 100101110 | 1001011 | 110100 |
Color Harmonies of #E027DA
Complementary color
Monochromatic Colors of #E027DA
Black with #E027DA
Text Example
Text Example
White with #E027DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027DA; }
p { color: rgb(224,39,218); }
H1.HeaderClassName
{
color: #E027DA;
}
.AnyTagClassName
{
color: #E027DA;
}
</style>
background-color css
<style>
a { background-color: #E027DA; }
a { background-color: rgb(224,39,218); }
div.DivClassName
{
background-color: #E027DA;
}
.BgClassName
{
background-color: #E027DA;
}
</style>
border-color css
<style>
span { border-color: #E027DA; }
span { border-color: rgb(224,39,218); }
td.TdClassName
{
border-color: #E027DA;
}
.TagClassName
{
border-color: #E027DA;
}
</style>