Shades of Razzle Dazzle Rose #E52CBE
Tints of Razzle Dazzle Rose #E52CBE
RGB
CMYK
RGB Variations
Color information
#E52CBE (or 0xE52CBE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and BE. RGB value is (229,44,190). Sum of RGB (Red+Green+Blue) = 229+44+190=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CBE is #1AD341. Grayscale: #737373. Windows color (decimal): -1758018 or 12463333. OLE color: 12463333.
HSL color Cylindrical-coordinate representation of color #E52CBE: hue angle of 312.65º 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 #E52CBE is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 44 | 190 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.10 |
| HSL | 312.65º | 0.78% | 0.54% | - |
| HSV(B) | 312.65º | 0.81% | 0.9% | - |
| XYZ | 42.51 | 22.18 | 50.76 | - |
| YUV | 115.96 | 169.79 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 190 | 0 | 0.81 | 0.17 | 0.10 | 312.65 | 0.78 | 0.54 |
| Hex | E5 | 2C | BE | 0 | 51 | 11 | A | 139 | 4E | 36 |
| Octal | 345 | 54 | 276 | 0 | 121 | 21 | 12 | 471 | 116 | 66 |
| Binary | 11100101 | 101100 | 10111110 | 0 | 1010001 | 10001 | 1010 | 100111001 | 1001110 | 110110 |
Color Harmonies of #E52CBE
Complementary color
Monochromatic Colors of #E52CBE
Black with #E52CBE
Text Example
Text Example
White with #E52CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CBE; }
p { color: rgb(229,44,190); }
H1.HeaderClassName
{
color: #E52CBE;
}
.AnyTagClassName
{
color: #E52CBE;
}
</style>
background-color css
<style>
a { background-color: #E52CBE; }
a { background-color: rgb(229,44,190); }
div.DivClassName
{
background-color: #E52CBE;
}
.BgClassName
{
background-color: #E52CBE;
}
</style>
border-color css
<style>
span { border-color: #E52CBE; }
span { border-color: rgb(229,44,190); }
td.TdClassName
{
border-color: #E52CBE;
}
.TagClassName
{
border-color: #E52CBE;
}
</style>