Shades of Razzle Dazzle Rose #E523CC
Tints of Razzle Dazzle Rose #E523CC
RGB
CMYK
RGB Variations
Color information
#E523CC (or 0xE523CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 23 and CC. RGB value is (229,35,204). Sum of RGB (Red+Green+Blue) = 229+35+204=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E523CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523CC is #1ADC33. Grayscale: #6F6F6F. Windows color (decimal): -1760308 or 13378533. OLE color: 13378533.
HSL color Cylindrical-coordinate representation of color #E523CC: hue angle of 307.73º 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 #E523CC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 204 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.10 |
| HSL | 307.73º | 0.79% | 0.52% | - |
| HSV(B) | 307.73º | 0.85% | 0.9% | - |
| XYZ | 43.81 | 22.22 | 59.11 | - |
| YUV | 112.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 204 | 0 | 0.85 | 0.11 | 0.10 | 307.73 | 0.79 | 0.52 |
| Hex | E5 | 23 | CC | 0 | 55 | B | A | 134 | 4F | 34 |
| Octal | 345 | 43 | 314 | 0 | 125 | 13 | 12 | 464 | 117 | 64 |
| Binary | 11100101 | 100011 | 11001100 | 0 | 1010101 | 1011 | 1010 | 100110100 | 1001111 | 110100 |
Color Harmonies of #E523CC
Complementary color
Monochromatic Colors of #E523CC
Black with #E523CC
Text Example
Text Example
White with #E523CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523CC; }
p { color: rgb(229,35,204); }
H1.HeaderClassName
{
color: #E523CC;
}
.AnyTagClassName
{
color: #E523CC;
}
</style>
background-color css
<style>
a { background-color: #E523CC; }
a { background-color: rgb(229,35,204); }
div.DivClassName
{
background-color: #E523CC;
}
.BgClassName
{
background-color: #E523CC;
}
</style>
border-color css
<style>
span { border-color: #E523CC; }
span { border-color: rgb(229,35,204); }
td.TdClassName
{
border-color: #E523CC;
}
.TagClassName
{
border-color: #E523CC;
}
</style>