Shades of Razzle Dazzle Rose #E526DC
Tints of Razzle Dazzle Rose #E526DC
RGB
CMYK
RGB Variations
Color information
#E526DC (or 0xE526DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 26 and DC. RGB value is (229,38,220). Sum of RGB (Red+Green+Blue) = 229+38+220=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E526DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526DC is #1AD923. Grayscale: #737373. Windows color (decimal): -1759524 or 14427877. OLE color: 14427877.
HSL color Cylindrical-coordinate representation of color #E526DC: hue angle of 302.83º 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 #E526DC is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 220 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.10 |
| HSL | 302.83º | 0.79% | 0.52% | - |
| HSV(B) | 302.83º | 0.83% | 0.9% | - |
| XYZ | 45.92 | 23.21 | 69.77 | - |
| YUV | 115.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 220 | 0 | 0.83 | 0.04 | 0.10 | 302.83 | 0.79 | 0.52 |
| Hex | E5 | 26 | DC | 0 | 53 | 4 | A | 12F | 4F | 34 |
| Octal | 345 | 46 | 334 | 0 | 123 | 4 | 12 | 457 | 117 | 64 |
| Binary | 11100101 | 100110 | 11011100 | 0 | 1010011 | 100 | 1010 | 100101111 | 1001111 | 110100 |
Color Harmonies of #E526DC
Complementary color
Monochromatic Colors of #E526DC
Black with #E526DC
Text Example
Text Example
White with #E526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526DC; }
p { color: rgb(229,38,220); }
H1.HeaderClassName
{
color: #E526DC;
}
.AnyTagClassName
{
color: #E526DC;
}
</style>
background-color css
<style>
a { background-color: #E526DC; }
a { background-color: rgb(229,38,220); }
div.DivClassName
{
background-color: #E526DC;
}
.BgClassName
{
background-color: #E526DC;
}
</style>
border-color css
<style>
span { border-color: #E526DC; }
span { border-color: rgb(229,38,220); }
td.TdClassName
{
border-color: #E526DC;
}
.TagClassName
{
border-color: #E526DC;
}
</style>