Shades of Razzle Dazzle Rose #E027E5
Tints of Razzle Dazzle Rose #E027E5
RGB
CMYK
RGB Variations
Color information
#E027E5 (or 0xE027E5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and E5. RGB value is (224,39,229). Sum of RGB (Red+Green+Blue) = 224+39+229=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #E027E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027E5 is #1FD81A. Grayscale: #737373. Windows color (decimal): -2086939 or 15017952. OLE color: 15017952.
HSL color Cylindrical-coordinate representation of color #E027E5: hue angle of 298.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027E5 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 39 | 229 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.10 |
| HSL | 298.42º | 0.79% | 0.53% | - |
| HSV(B) | 298.42º | 0.83% | 0.9% | - |
| XYZ | 45.61 | 22.96 | 76.16 | - |
| YUV | 115.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 229 | 0.02 | 0.83 | 0 | 0.10 | 298.42 | 0.79 | 0.53 |
| Hex | E0 | 27 | E5 | 2 | 53 | 0 | A | 12A | 4F | 35 |
| Octal | 340 | 47 | 345 | 2 | 123 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11100000 | 100111 | 11100101 | 10 | 1010011 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #E027E5
Complementary color
Monochromatic Colors of #E027E5
Black with #E027E5
Text Example
Text Example
White with #E027E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027E5; }
p { color: rgb(224,39,229); }
H1.HeaderClassName
{
color: #E027E5;
}
.AnyTagClassName
{
color: #E027E5;
}
</style>
background-color css
<style>
a { background-color: #E027E5; }
a { background-color: rgb(224,39,229); }
div.DivClassName
{
background-color: #E027E5;
}
.BgClassName
{
background-color: #E027E5;
}
</style>
border-color css
<style>
span { border-color: #E027E5; }
span { border-color: rgb(224,39,229); }
td.TdClassName
{
border-color: #E027E5;
}
.TagClassName
{
border-color: #E027E5;
}
</style>