Shades of Razzle Dazzle Rose #E52BE6
Tints of Razzle Dazzle Rose #E52BE6
RGB
CMYK
RGB Variations
Color information
#E52BE6 (or 0xE52BE6) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2B and E6. RGB value is (229,43,230). Sum of RGB (Red+Green+Blue) = 229+43+230=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #E52BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BE6 is #1AD419. Grayscale: #777777. Windows color (decimal): -1758234 or 15084517. OLE color: 15084517.
HSL color Cylindrical-coordinate representation of color #E52BE6: hue angle of 299.68º degrees, saturation: 0.79, 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 #E52BE6 is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 230 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.10 |
| HSL | 299.68º | 0.79% | 0.54% | - |
| HSV(B) | 299.68º | 0.81% | 0.9% | - |
| XYZ | 47.46 | 24.1 | 77.01 | - |
| YUV | 119.93 | 190.12 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 230 | 0.00 | 0.81 | 0 | 0.10 | 299.68 | 0.79 | 0.54 |
| Hex | E5 | 2B | E6 | 0 | 51 | 0 | A | 12C | 4F | 36 |
| Octal | 345 | 53 | 346 | 0 | 121 | 0 | 12 | 454 | 117 | 66 |
| Binary | 11100101 | 101011 | 11100110 | 0 | 1010001 | 0 | 1010 | 100101100 | 1001111 | 110110 |
Color Harmonies of #E52BE6
Complementary color
Monochromatic Colors of #E52BE6
Black with #E52BE6
Text Example
Text Example
White with #E52BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BE6; }
p { color: rgb(229,43,230); }
H1.HeaderClassName
{
color: #E52BE6;
}
.AnyTagClassName
{
color: #E52BE6;
}
</style>
background-color css
<style>
a { background-color: #E52BE6; }
a { background-color: rgb(229,43,230); }
div.DivClassName
{
background-color: #E52BE6;
}
.BgClassName
{
background-color: #E52BE6;
}
</style>
border-color css
<style>
span { border-color: #E52BE6; }
span { border-color: rgb(229,43,230); }
td.TdClassName
{
border-color: #E52BE6;
}
.TagClassName
{
border-color: #E52BE6;
}
</style>