Shades of Razzle Dazzle Rose #E535CE
Tints of Razzle Dazzle Rose #E535CE
RGB
CMYK
RGB Variations
Color information
#E535CE (or 0xE535CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 35 and CE. RGB value is (229,53,206). Sum of RGB (Red+Green+Blue) = 229+53+206=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E535CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E535CE is #1ACA31. Grayscale: #7A7A7A. Windows color (decimal): -1755698 or 13514213. OLE color: 13514213.
HSL color Cylindrical-coordinate representation of color #E535CE: hue angle of 307.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535CE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 206 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.10 |
| HSL | 307.84º | 0.77% | 0.55% | - |
| HSV(B) | 307.84º | 0.77% | 0.9% | - |
| XYZ | 44.73 | 23.66 | 60.6 | - |
| YUV | 123.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 206 | 0 | 0.77 | 0.10 | 0.10 | 307.84 | 0.77 | 0.55 |
| Hex | E5 | 35 | CE | 0 | 4D | A | A | 134 | 4D | 37 |
| Octal | 345 | 65 | 316 | 0 | 115 | 12 | 12 | 464 | 115 | 67 |
| Binary | 11100101 | 110101 | 11001110 | 0 | 1001101 | 1010 | 1010 | 100110100 | 1001101 | 110111 |
Color Harmonies of #E535CE
Complementary color
Monochromatic Colors of #E535CE
Black with #E535CE
Text Example
Text Example
White with #E535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535CE; }
p { color: rgb(229,53,206); }
H1.HeaderClassName
{
color: #E535CE;
}
.AnyTagClassName
{
color: #E535CE;
}
</style>
background-color css
<style>
a { background-color: #E535CE; }
a { background-color: rgb(229,53,206); }
div.DivClassName
{
background-color: #E535CE;
}
.BgClassName
{
background-color: #E535CE;
}
</style>
border-color css
<style>
span { border-color: #E535CE; }
span { border-color: rgb(229,53,206); }
td.TdClassName
{
border-color: #E535CE;
}
.TagClassName
{
border-color: #E535CE;
}
</style>