Shades of Razzle Dazzle Rose #E522E4
Tints of Razzle Dazzle Rose #E522E4
RGB
CMYK
RGB Variations
Color information
#E522E4 (or 0xE522E4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 22 and E4. RGB value is (229,34,228). Sum of RGB (Red+Green+Blue) = 229+34+228=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E522E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522E4 is #1ADD1B. Grayscale: #717171. Windows color (decimal): -1760540 or 14951141. OLE color: 14951141.
HSL color Cylindrical-coordinate representation of color #E522E4: hue angle of 300.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522E4 is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 228 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.10 |
| HSL | 300.31º | 0.79% | 0.52% | - |
| HSV(B) | 300.31º | 0.85% | 0.9% | - |
| XYZ | 46.89 | 23.4 | 75.44 | - |
| YUV | 114.42 | 192.1 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 228 | 0 | 0.85 | 0.00 | 0.10 | 300.31 | 0.79 | 0.52 |
| Hex | E5 | 22 | E4 | 0 | 55 | 0 | A | 12C | 4F | 34 |
| Octal | 345 | 42 | 344 | 0 | 125 | 0 | 12 | 454 | 117 | 64 |
| Binary | 11100101 | 100010 | 11100100 | 0 | 1010101 | 0 | 1010 | 100101100 | 1001111 | 110100 |
Color Harmonies of #E522E4
Complementary color
Monochromatic Colors of #E522E4
Black with #E522E4
Text Example
Text Example
White with #E522E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522E4; }
p { color: rgb(229,34,228); }
H1.HeaderClassName
{
color: #E522E4;
}
.AnyTagClassName
{
color: #E522E4;
}
</style>
background-color css
<style>
a { background-color: #E522E4; }
a { background-color: rgb(229,34,228); }
div.DivClassName
{
background-color: #E522E4;
}
.BgClassName
{
background-color: #E522E4;
}
</style>
border-color css
<style>
span { border-color: #E522E4; }
span { border-color: rgb(229,34,228); }
td.TdClassName
{
border-color: #E522E4;
}
.TagClassName
{
border-color: #E522E4;
}
</style>