Shades of Razzle Dazzle Rose #E527CE
Tints of Razzle Dazzle Rose #E527CE
RGB
CMYK
RGB Variations
Color information
#E527CE (or 0xE527CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 27 and CE. RGB value is (229,39,206). Sum of RGB (Red+Green+Blue) = 229+39+206=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E527CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527CE is #1AD831. Grayscale: #727272. Windows color (decimal): -1759282 or 13510629. OLE color: 13510629.
HSL color Cylindrical-coordinate representation of color #E527CE: hue angle of 307.26º 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 #E527CE is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 206 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.10 |
| HSL | 307.26º | 0.79% | 0.53% | - |
| HSV(B) | 307.26º | 0.83% | 0.9% | - |
| XYZ | 44.18 | 22.57 | 60.42 | - |
| YUV | 114.85 | 179.45 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 206 | 0 | 0.83 | 0.10 | 0.10 | 307.26 | 0.79 | 0.53 |
| Hex | E5 | 27 | CE | 0 | 53 | A | A | 133 | 4F | 35 |
| Octal | 345 | 47 | 316 | 0 | 123 | 12 | 12 | 463 | 117 | 65 |
| Binary | 11100101 | 100111 | 11001110 | 0 | 1010011 | 1010 | 1010 | 100110011 | 1001111 | 110101 |
Color Harmonies of #E527CE
Complementary color
Monochromatic Colors of #E527CE
Black with #E527CE
Text Example
Text Example
White with #E527CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527CE; }
p { color: rgb(229,39,206); }
H1.HeaderClassName
{
color: #E527CE;
}
.AnyTagClassName
{
color: #E527CE;
}
</style>
background-color css
<style>
a { background-color: #E527CE; }
a { background-color: rgb(229,39,206); }
div.DivClassName
{
background-color: #E527CE;
}
.BgClassName
{
background-color: #E527CE;
}
</style>
border-color css
<style>
span { border-color: #E527CE; }
span { border-color: rgb(229,39,206); }
td.TdClassName
{
border-color: #E527CE;
}
.TagClassName
{
border-color: #E527CE;
}
</style>