Shades of Razzle Dazzle Rose #E52CBA
Tints of Razzle Dazzle Rose #E52CBA
RGB
CMYK
RGB Variations
Color information
#E52CBA (or 0xE52CBA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and BA. RGB value is (229,44,186). Sum of RGB (Red+Green+Blue) = 229+44+186=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBA is #1AD345. Grayscale: #737373. Windows color (decimal): -1758022 or 12201189. OLE color: 12201189.
HSL color Cylindrical-coordinate representation of color #E52CBA: hue angle of 313.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CBA is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 186 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.10 |
| HSL | 313.95º | 0.78% | 0.54% | - |
| HSV(B) | 313.95º | 0.81% | 0.9% | - |
| XYZ | 42.08 | 22 | 48.48 | - |
| YUV | 115.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 186 | 0 | 0.81 | 0.19 | 0.10 | 313.95 | 0.78 | 0.54 |
| Hex | E5 | 2C | BA | 0 | 51 | 13 | A | 13A | 4E | 36 |
| Octal | 345 | 54 | 272 | 0 | 121 | 23 | 12 | 472 | 116 | 66 |
| Binary | 11100101 | 101100 | 10111010 | 0 | 1010001 | 10011 | 1010 | 100111010 | 1001110 | 110110 |
Color Harmonies of #E52CBA
Complementary color
Monochromatic Colors of #E52CBA
Black with #E52CBA
Text Example
Text Example
White with #E52CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CBA; }
p { color: rgb(229,44,186); }
H1.HeaderClassName
{
color: #E52CBA;
}
.AnyTagClassName
{
color: #E52CBA;
}
</style>
background-color css
<style>
a { background-color: #E52CBA; }
a { background-color: rgb(229,44,186); }
div.DivClassName
{
background-color: #E52CBA;
}
.BgClassName
{
background-color: #E52CBA;
}
</style>
border-color css
<style>
span { border-color: #E52CBA; }
span { border-color: rgb(229,44,186); }
td.TdClassName
{
border-color: #E52CBA;
}
.TagClassName
{
border-color: #E52CBA;
}
</style>