Shades of Razzle Dazzle Rose #E526D2
Tints of Razzle Dazzle Rose #E526D2
RGB
CMYK
RGB Variations
Color information
#E526D2 (or 0xE526D2) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and D2. RGB value is (229,38,210). Sum of RGB (Red+Green+Blue) = 229+38+210=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E526D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526D2 is #1AD92D. Grayscale: #727272. Windows color (decimal): -1759534 or 13772517. OLE color: 13772517.
HSL color Cylindrical-coordinate representation of color #E526D2: hue angle of 305.97º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526D2 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 210 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.10 |
| HSL | 305.97º | 0.79% | 0.52% | - |
| HSV(B) | 305.97º | 0.83% | 0.9% | - |
| XYZ | 44.64 | 22.7 | 63 | - |
| YUV | 114.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 210 | 0 | 0.83 | 0.08 | 0.10 | 305.97 | 0.79 | 0.52 |
| Hex | E5 | 26 | D2 | 0 | 53 | 8 | A | 132 | 4F | 34 |
| Octal | 345 | 46 | 322 | 0 | 123 | 10 | 12 | 462 | 117 | 64 |
| Binary | 11100101 | 100110 | 11010010 | 0 | 1010011 | 1000 | 1010 | 100110010 | 1001111 | 110100 |
Color Harmonies of #E526D2
Complementary color
Monochromatic Colors of #E526D2
Black with #E526D2
Text Example
Text Example
White with #E526D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526D2; }
p { color: rgb(229,38,210); }
H1.HeaderClassName
{
color: #E526D2;
}
.AnyTagClassName
{
color: #E526D2;
}
</style>
background-color css
<style>
a { background-color: #E526D2; }
a { background-color: rgb(229,38,210); }
div.DivClassName
{
background-color: #E526D2;
}
.BgClassName
{
background-color: #E526D2;
}
</style>
border-color css
<style>
span { border-color: #E526D2; }
span { border-color: rgb(229,38,210); }
td.TdClassName
{
border-color: #E526D2;
}
.TagClassName
{
border-color: #E526D2;
}
</style>