Shades of Razzle Dazzle Rose #E528C7
Tints of Razzle Dazzle Rose #E528C7
RGB
CMYK
RGB Variations
Color information
#E528C7 (or 0xE528C7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and C7. RGB value is (229,40,199). Sum of RGB (Red+Green+Blue) = 229+40+199=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E528C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528C7 is #1AD738. Grayscale: #727272. Windows color (decimal): -1759033 or 13052133. OLE color: 13052133.
HSL color Cylindrical-coordinate representation of color #E528C7: hue angle of 309.52º 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 #E528C7 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 199 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.10 |
| HSL | 309.52º | 0.78% | 0.53% | - |
| HSV(B) | 309.52º | 0.83% | 0.9% | - |
| XYZ | 43.38 | 22.3 | 56.05 | - |
| YUV | 114.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 199 | 0 | 0.83 | 0.13 | 0.10 | 309.52 | 0.78 | 0.53 |
| Hex | E5 | 28 | C7 | 0 | 53 | D | A | 136 | 4E | 35 |
| Octal | 345 | 50 | 307 | 0 | 123 | 15 | 12 | 466 | 116 | 65 |
| Binary | 11100101 | 101000 | 11000111 | 0 | 1010011 | 1101 | 1010 | 100110110 | 1001110 | 110101 |
Color Harmonies of #E528C7
Complementary color
Monochromatic Colors of #E528C7
Black with #E528C7
Text Example
Text Example
White with #E528C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528C7; }
p { color: rgb(229,40,199); }
H1.HeaderClassName
{
color: #E528C7;
}
.AnyTagClassName
{
color: #E528C7;
}
</style>
background-color css
<style>
a { background-color: #E528C7; }
a { background-color: rgb(229,40,199); }
div.DivClassName
{
background-color: #E528C7;
}
.BgClassName
{
background-color: #E528C7;
}
</style>
border-color css
<style>
span { border-color: #E528C7; }
span { border-color: rgb(229,40,199); }
td.TdClassName
{
border-color: #E528C7;
}
.TagClassName
{
border-color: #E528C7;
}
</style>