Shades of Razzle Dazzle Rose #E521CC
Tints of Razzle Dazzle Rose #E521CC
RGB
CMYK
RGB Variations
Color information
#E521CC (or 0xE521CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 21 and CC. RGB value is (229,33,204). Sum of RGB (Red+Green+Blue) = 229+33+204=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E521CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521CC is #1ADE33. Grayscale: #6E6E6E. Windows color (decimal): -1760820 or 13378021. OLE color: 13378021.
HSL color Cylindrical-coordinate representation of color #E521CC: hue angle of 307.65º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521CC is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 204 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.10 |
| HSL | 307.65º | 0.79% | 0.51% | - |
| HSV(B) | 307.65º | 0.86% | 0.9% | - |
| XYZ | 43.76 | 22.11 | 59.09 | - |
| YUV | 111.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 204 | 0 | 0.86 | 0.11 | 0.10 | 307.65 | 0.79 | 0.51 |
| Hex | E5 | 21 | CC | 0 | 56 | B | A | 134 | 4F | 33 |
| Octal | 345 | 41 | 314 | 0 | 126 | 13 | 12 | 464 | 117 | 63 |
| Binary | 11100101 | 100001 | 11001100 | 0 | 1010110 | 1011 | 1010 | 100110100 | 1001111 | 110011 |
Color Harmonies of #E521CC
Complementary color
Monochromatic Colors of #E521CC
Black with #E521CC
Text Example
Text Example
White with #E521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521CC; }
p { color: rgb(229,33,204); }
H1.HeaderClassName
{
color: #E521CC;
}
.AnyTagClassName
{
color: #E521CC;
}
</style>
background-color css
<style>
a { background-color: #E521CC; }
a { background-color: rgb(229,33,204); }
div.DivClassName
{
background-color: #E521CC;
}
.BgClassName
{
background-color: #E521CC;
}
</style>
border-color css
<style>
span { border-color: #E521CC; }
span { border-color: rgb(229,33,204); }
td.TdClassName
{
border-color: #E521CC;
}
.TagClassName
{
border-color: #E521CC;
}
</style>