Shades of Razzle Dazzle Rose #E52BEA
Tints of Razzle Dazzle Rose #E52BEA
RGB
CMYK
RGB Variations
Color information
#E52BEA (or 0xE52BEA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and EA. RGB value is (229,43,234). Sum of RGB (Red+Green+Blue) = 229+43+234=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 43 (17.19% from 255 or 8.50% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #E52BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BEA is #1AD415. Grayscale: #777777. Windows color (decimal): -1758230 or 15346661. OLE color: 15346661.
HSL color Cylindrical-coordinate representation of color #E52BEA: hue angle of 298.43º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52BEA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 43 | 234 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.08 |
| HSL | 298.43º | 0.82% | 0.54% | - |
| HSV(B) | 298.43º | 0.82% | 0.92% | - |
| XYZ | 48.03 | 24.33 | 80.01 | - |
| YUV | 120.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 234 | 0.02 | 0.82 | 0 | 0.08 | 298.43 | 0.82 | 0.54 |
| Hex | E5 | 2B | EA | 2 | 52 | 0 | 8 | 12A | 52 | 36 |
| Octal | 345 | 53 | 352 | 2 | 122 | 0 | 10 | 452 | 122 | 66 |
| Binary | 11100101 | 101011 | 11101010 | 10 | 1010010 | 0 | 1000 | 100101010 | 1010010 | 110110 |
Color Harmonies of #E52BEA
Complementary color
Monochromatic Colors of #E52BEA
Black with #E52BEA
Text Example
Text Example
White with #E52BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BEA; }
p { color: rgb(229,43,234); }
H1.HeaderClassName
{
color: #E52BEA;
}
.AnyTagClassName
{
color: #E52BEA;
}
</style>
background-color css
<style>
a { background-color: #E52BEA; }
a { background-color: rgb(229,43,234); }
div.DivClassName
{
background-color: #E52BEA;
}
.BgClassName
{
background-color: #E52BEA;
}
</style>
border-color css
<style>
span { border-color: #E52BEA; }
span { border-color: rgb(229,43,234); }
td.TdClassName
{
border-color: #E52BEA;
}
.TagClassName
{
border-color: #E52BEA;
}
</style>