Shades of Razzle Dazzle Rose #E53BBE
Tints of Razzle Dazzle Rose #E53BBE
RGB
CMYK
RGB Variations
Color information
#E53BBE (or 0xE53BBE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and BE. RGB value is (229,59,190). Sum of RGB (Red+Green+Blue) = 229+59+190=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BBE is #1AC441. Grayscale: #7C7C7C. Windows color (decimal): -1754178 or 12467173. OLE color: 12467173.
HSL color Cylindrical-coordinate representation of color #E53BBE: hue angle of 313.76º 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 #E53BBE is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 190 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.10 |
| HSL | 313.76º | 0.77% | 0.56% | - |
| HSV(B) | 313.76º | 0.74% | 0.9% | - |
| XYZ | 43.17 | 23.5 | 50.98 | - |
| YUV | 124.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 190 | 0 | 0.74 | 0.17 | 0.10 | 313.76 | 0.77 | 0.56 |
| Hex | E5 | 3B | BE | 0 | 4A | 11 | A | 13A | 4D | 38 |
| Octal | 345 | 73 | 276 | 0 | 112 | 21 | 12 | 472 | 115 | 70 |
| Binary | 11100101 | 111011 | 10111110 | 0 | 1001010 | 10001 | 1010 | 100111010 | 1001101 | 111000 |
Color Harmonies of #E53BBE
Complementary color
Monochromatic Colors of #E53BBE
Black with #E53BBE
Text Example
Text Example
White with #E53BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BBE; }
p { color: rgb(229,59,190); }
H1.HeaderClassName
{
color: #E53BBE;
}
.AnyTagClassName
{
color: #E53BBE;
}
</style>
background-color css
<style>
a { background-color: #E53BBE; }
a { background-color: rgb(229,59,190); }
div.DivClassName
{
background-color: #E53BBE;
}
.BgClassName
{
background-color: #E53BBE;
}
</style>
border-color css
<style>
span { border-color: #E53BBE; }
span { border-color: rgb(229,59,190); }
td.TdClassName
{
border-color: #E53BBE;
}
.TagClassName
{
border-color: #E53BBE;
}
</style>