Shades of Razzle Dazzle Rose #E53CB5
Tints of Razzle Dazzle Rose #E53CB5
RGB
CMYK
RGB Variations
Color information
#E53CB5 (or 0xE53CB5) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and B5. RGB value is (229,60,181). Sum of RGB (Red+Green+Blue) = 229+60+181=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CB5 is #1AC34A. Grayscale: #7C7C7C. Windows color (decimal): -1753931 or 11877605. OLE color: 11877605.
HSL color Cylindrical-coordinate representation of color #E53CB5: hue angle of 317.04º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53CB5 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 181 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.10 |
| HSL | 317.04º | 0.76% | 0.57% | - |
| HSV(B) | 317.04º | 0.74% | 0.9% | - |
| XYZ | 42.27 | 23.23 | 45.97 | - |
| YUV | 124.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 181 | 0 | 0.74 | 0.21 | 0.10 | 317.04 | 0.76 | 0.57 |
| Hex | E5 | 3C | B5 | 0 | 4A | 15 | A | 13D | 4C | 39 |
| Octal | 345 | 74 | 265 | 0 | 112 | 25 | 12 | 475 | 114 | 71 |
| Binary | 11100101 | 111100 | 10110101 | 0 | 1001010 | 10101 | 1010 | 100111101 | 1001100 | 111001 |
Color Harmonies of #E53CB5
Complementary color
Monochromatic Colors of #E53CB5
Black with #E53CB5
Text Example
Text Example
White with #E53CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CB5; }
p { color: rgb(229,60,181); }
H1.HeaderClassName
{
color: #E53CB5;
}
.AnyTagClassName
{
color: #E53CB5;
}
</style>
background-color css
<style>
a { background-color: #E53CB5; }
a { background-color: rgb(229,60,181); }
div.DivClassName
{
background-color: #E53CB5;
}
.BgClassName
{
background-color: #E53CB5;
}
</style>
border-color css
<style>
span { border-color: #E53CB5; }
span { border-color: rgb(229,60,181); }
td.TdClassName
{
border-color: #E53CB5;
}
.TagClassName
{
border-color: #E53CB5;
}
</style>