Shades of Razzle Dazzle Rose #E53BC4
Tints of Razzle Dazzle Rose #E53BC4
RGB
CMYK
RGB Variations
Color information
#E53BC4 (or 0xE53BC4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and C4. RGB value is (229,59,196). Sum of RGB (Red+Green+Blue) = 229+59+196=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BC4 is #1AC43B. Grayscale: #7D7D7D. Windows color (decimal): -1754172 or 12860389. OLE color: 12860389.
HSL color Cylindrical-coordinate representation of color #E53BC4: hue angle of 311.65º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BC4 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 196 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.10 |
| HSL | 311.65º | 0.77% | 0.56% | - |
| HSV(B) | 311.65º | 0.74% | 0.9% | - |
| XYZ | 43.84 | 23.77 | 54.5 | - |
| YUV | 125.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 196 | 0 | 0.74 | 0.14 | 0.10 | 311.65 | 0.77 | 0.56 |
| Hex | E5 | 3B | C4 | 0 | 4A | E | A | 138 | 4D | 38 |
| Octal | 345 | 73 | 304 | 0 | 112 | 16 | 12 | 470 | 115 | 70 |
| Binary | 11100101 | 111011 | 11000100 | 0 | 1001010 | 1110 | 1010 | 100111000 | 1001101 | 111000 |
Color Harmonies of #E53BC4
Complementary color
Monochromatic Colors of #E53BC4
Black with #E53BC4
Text Example
Text Example
White with #E53BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BC4; }
p { color: rgb(229,59,196); }
H1.HeaderClassName
{
color: #E53BC4;
}
.AnyTagClassName
{
color: #E53BC4;
}
</style>
background-color css
<style>
a { background-color: #E53BC4; }
a { background-color: rgb(229,59,196); }
div.DivClassName
{
background-color: #E53BC4;
}
.BgClassName
{
background-color: #E53BC4;
}
</style>
border-color css
<style>
span { border-color: #E53BC4; }
span { border-color: rgb(229,59,196); }
td.TdClassName
{
border-color: #E53BC4;
}
.TagClassName
{
border-color: #E53BC4;
}
</style>