Shades of Razzle Dazzle Rose #E53CB4
Tints of Razzle Dazzle Rose #E53CB4
RGB
CMYK
RGB Variations
Color information
#E53CB4 (or 0xE53CB4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3C and B4. RGB value is (229,60,180). Sum of RGB (Red+Green+Blue) = 229+60+180=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53CB4 is #1AC34B. Grayscale: #7B7B7B. Windows color (decimal): -1753932 or 11812069. OLE color: 11812069.
HSL color Cylindrical-coordinate representation of color #E53CB4: hue angle of 317.4º 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 #E53CB4 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 180 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.10 |
| HSL | 317.4º | 0.76% | 0.57% | - |
| HSV(B) | 317.4º | 0.74% | 0.9% | - |
| XYZ | 42.17 | 23.19 | 45.43 | - |
| YUV | 124.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 180 | 0 | 0.74 | 0.21 | 0.10 | 317.4 | 0.76 | 0.57 |
| Hex | E5 | 3C | B4 | 0 | 4A | 15 | A | 13D | 4C | 39 |
| Octal | 345 | 74 | 264 | 0 | 112 | 25 | 12 | 475 | 114 | 71 |
| Binary | 11100101 | 111100 | 10110100 | 0 | 1001010 | 10101 | 1010 | 100111101 | 1001100 | 111001 |
Color Harmonies of #E53CB4
Complementary color
Monochromatic Colors of #E53CB4
Black with #E53CB4
Text Example
Text Example
White with #E53CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CB4; }
p { color: rgb(229,60,180); }
H1.HeaderClassName
{
color: #E53CB4;
}
.AnyTagClassName
{
color: #E53CB4;
}
</style>
background-color css
<style>
a { background-color: #E53CB4; }
a { background-color: rgb(229,60,180); }
div.DivClassName
{
background-color: #E53CB4;
}
.BgClassName
{
background-color: #E53CB4;
}
</style>
border-color css
<style>
span { border-color: #E53CB4; }
span { border-color: rgb(229,60,180); }
td.TdClassName
{
border-color: #E53CB4;
}
.TagClassName
{
border-color: #E53CB4;
}
</style>