Shades of Razzle Dazzle Rose #E528CD
Tints of Razzle Dazzle Rose #E528CD
RGB
CMYK
RGB Variations
Color information
#E528CD (or 0xE528CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and CD. RGB value is (229,40,205). Sum of RGB (Red+Green+Blue) = 229+40+205=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E528CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528CD is #1AD732. Grayscale: #727272. Windows color (decimal): -1759027 or 13445349. OLE color: 13445349.
HSL color Cylindrical-coordinate representation of color #E528CD: hue angle of 307.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E528CD is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 205 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.10 |
| HSL | 307.62º | 0.78% | 0.53% | - |
| HSV(B) | 307.62º | 0.83% | 0.9% | - |
| XYZ | 44.09 | 22.58 | 59.79 | - |
| YUV | 115.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 205 | 0 | 0.83 | 0.10 | 0.10 | 307.62 | 0.78 | 0.53 |
| Hex | E5 | 28 | CD | 0 | 53 | A | A | 134 | 4E | 35 |
| Octal | 345 | 50 | 315 | 0 | 123 | 12 | 12 | 464 | 116 | 65 |
| Binary | 11100101 | 101000 | 11001101 | 0 | 1010011 | 1010 | 1010 | 100110100 | 1001110 | 110101 |
Color Harmonies of #E528CD
Complementary color
Monochromatic Colors of #E528CD
Black with #E528CD
Text Example
Text Example
White with #E528CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528CD; }
p { color: rgb(229,40,205); }
H1.HeaderClassName
{
color: #E528CD;
}
.AnyTagClassName
{
color: #E528CD;
}
</style>
background-color css
<style>
a { background-color: #E528CD; }
a { background-color: rgb(229,40,205); }
div.DivClassName
{
background-color: #E528CD;
}
.BgClassName
{
background-color: #E528CD;
}
</style>
border-color css
<style>
span { border-color: #E528CD; }
span { border-color: rgb(229,40,205); }
td.TdClassName
{
border-color: #E528CD;
}
.TagClassName
{
border-color: #E528CD;
}
</style>