Shades of Razzle Dazzle Rose #E53BC2
Tints of Razzle Dazzle Rose #E53BC2
RGB
CMYK
RGB Variations
Color information
#E53BC2 (or 0xE53BC2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3B and C2. RGB value is (229,59,194). Sum of RGB (Red+Green+Blue) = 229+59+194=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BC2 is #1AC43D. Grayscale: #7C7C7C. Windows color (decimal): -1754174 or 12729317. OLE color: 12729317.
HSL color Cylindrical-coordinate representation of color #E53BC2: hue angle of 312.35º 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 #E53BC2 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 194 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.10 |
| HSL | 312.35º | 0.77% | 0.56% | - |
| HSV(B) | 312.35º | 0.74% | 0.9% | - |
| XYZ | 43.61 | 23.68 | 53.31 | - |
| YUV | 125.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 194 | 0 | 0.74 | 0.15 | 0.10 | 312.35 | 0.77 | 0.56 |
| Hex | E5 | 3B | C2 | 0 | 4A | F | A | 138 | 4D | 38 |
| Octal | 345 | 73 | 302 | 0 | 112 | 17 | 12 | 470 | 115 | 70 |
| Binary | 11100101 | 111011 | 11000010 | 0 | 1001010 | 1111 | 1010 | 100111000 | 1001101 | 111000 |
Color Harmonies of #E53BC2
Complementary color
Monochromatic Colors of #E53BC2
Black with #E53BC2
Text Example
Text Example
White with #E53BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BC2; }
p { color: rgb(229,59,194); }
H1.HeaderClassName
{
color: #E53BC2;
}
.AnyTagClassName
{
color: #E53BC2;
}
</style>
background-color css
<style>
a { background-color: #E53BC2; }
a { background-color: rgb(229,59,194); }
div.DivClassName
{
background-color: #E53BC2;
}
.BgClassName
{
background-color: #E53BC2;
}
</style>
border-color css
<style>
span { border-color: #E53BC2; }
span { border-color: rgb(229,59,194); }
td.TdClassName
{
border-color: #E53BC2;
}
.TagClassName
{
border-color: #E53BC2;
}
</style>