Shades of Razzle Dazzle Rose #E523CD
Tints of Razzle Dazzle Rose #E523CD
RGB
CMYK
RGB Variations
Color information
#E523CD (or 0xE523CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 23 and CD. RGB value is (229,35,205). Sum of RGB (Red+Green+Blue) = 229+35+205=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E523CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523CD is #1ADC32. Grayscale: #6F6F6F. Windows color (decimal): -1760307 or 13444069. OLE color: 13444069.
HSL color Cylindrical-coordinate representation of color #E523CD: hue angle of 307.42º 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 #E523CD is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 205 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.10 |
| HSL | 307.42º | 0.79% | 0.52% | - |
| HSV(B) | 307.42º | 0.85% | 0.9% | - |
| XYZ | 43.93 | 22.27 | 59.74 | - |
| YUV | 112.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 205 | 0 | 0.85 | 0.10 | 0.10 | 307.42 | 0.79 | 0.52 |
| Hex | E5 | 23 | CD | 0 | 55 | A | A | 133 | 4F | 34 |
| Octal | 345 | 43 | 315 | 0 | 125 | 12 | 12 | 463 | 117 | 64 |
| Binary | 11100101 | 100011 | 11001101 | 0 | 1010101 | 1010 | 1010 | 100110011 | 1001111 | 110100 |
Color Harmonies of #E523CD
Complementary color
Monochromatic Colors of #E523CD
Black with #E523CD
Text Example
Text Example
White with #E523CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523CD; }
p { color: rgb(229,35,205); }
H1.HeaderClassName
{
color: #E523CD;
}
.AnyTagClassName
{
color: #E523CD;
}
</style>
background-color css
<style>
a { background-color: #E523CD; }
a { background-color: rgb(229,35,205); }
div.DivClassName
{
background-color: #E523CD;
}
.BgClassName
{
background-color: #E523CD;
}
</style>
border-color css
<style>
span { border-color: #E523CD; }
span { border-color: rgb(229,35,205); }
td.TdClassName
{
border-color: #E523CD;
}
.TagClassName
{
border-color: #E523CD;
}
</style>