Shades of Razzle Dazzle Rose #E52BC8
Tints of Razzle Dazzle Rose #E52BC8
RGB
CMYK
RGB Variations
Color information
#E52BC8 (or 0xE52BC8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and C8. RGB value is (229,43,200). Sum of RGB (Red+Green+Blue) = 229+43+200=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52BC8 is #1AD437. Grayscale: #747474. Windows color (decimal): -1758264 or 13118437. OLE color: 13118437.
HSL color Cylindrical-coordinate representation of color #E52BC8: hue angle of 309.35º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BC8 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 200 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.10 |
| HSL | 309.35º | 0.78% | 0.53% | - |
| HSV(B) | 309.35º | 0.81% | 0.9% | - |
| XYZ | 43.6 | 22.56 | 56.7 | - |
| YUV | 116.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 200 | 0 | 0.81 | 0.13 | 0.10 | 309.35 | 0.78 | 0.53 |
| Hex | E5 | 2B | C8 | 0 | 51 | D | A | 135 | 4E | 35 |
| Octal | 345 | 53 | 310 | 0 | 121 | 15 | 12 | 465 | 116 | 65 |
| Binary | 11100101 | 101011 | 11001000 | 0 | 1010001 | 1101 | 1010 | 100110101 | 1001110 | 110101 |
Color Harmonies of #E52BC8
Complementary color
Monochromatic Colors of #E52BC8
Black with #E52BC8
Text Example
Text Example
White with #E52BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BC8; }
p { color: rgb(229,43,200); }
H1.HeaderClassName
{
color: #E52BC8;
}
.AnyTagClassName
{
color: #E52BC8;
}
</style>
background-color css
<style>
a { background-color: #E52BC8; }
a { background-color: rgb(229,43,200); }
div.DivClassName
{
background-color: #E52BC8;
}
.BgClassName
{
background-color: #E52BC8;
}
</style>
border-color css
<style>
span { border-color: #E52BC8; }
span { border-color: rgb(229,43,200); }
td.TdClassName
{
border-color: #E52BC8;
}
.TagClassName
{
border-color: #E52BC8;
}
</style>