Shades of Razzle Dazzle Rose #E528CF
Tints of Razzle Dazzle Rose #E528CF
RGB
CMYK
RGB Variations
Color information
#E528CF (or 0xE528CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 28 and CF. RGB value is (229,40,207). Sum of RGB (Red+Green+Blue) = 229+40+207=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E528CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528CF is #1AD730. Grayscale: #737373. Windows color (decimal): -1759025 or 13576421. OLE color: 13576421.
HSL color Cylindrical-coordinate representation of color #E528CF: hue angle of 306.98º 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 #E528CF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 207 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.10 |
| HSL | 306.98º | 0.78% | 0.53% | - |
| HSV(B) | 306.98º | 0.83% | 0.9% | - |
| XYZ | 44.33 | 22.68 | 61.07 | - |
| YUV | 115.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 207 | 0 | 0.83 | 0.10 | 0.10 | 306.98 | 0.78 | 0.53 |
| Hex | E5 | 28 | CF | 0 | 53 | A | A | 133 | 4E | 35 |
| Octal | 345 | 50 | 317 | 0 | 123 | 12 | 12 | 463 | 116 | 65 |
| Binary | 11100101 | 101000 | 11001111 | 0 | 1010011 | 1010 | 1010 | 100110011 | 1001110 | 110101 |
Color Harmonies of #E528CF
Complementary color
Monochromatic Colors of #E528CF
Black with #E528CF
Text Example
Text Example
White with #E528CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528CF; }
p { color: rgb(229,40,207); }
H1.HeaderClassName
{
color: #E528CF;
}
.AnyTagClassName
{
color: #E528CF;
}
</style>
background-color css
<style>
a { background-color: #E528CF; }
a { background-color: rgb(229,40,207); }
div.DivClassName
{
background-color: #E528CF;
}
.BgClassName
{
background-color: #E528CF;
}
</style>
border-color css
<style>
span { border-color: #E528CF; }
span { border-color: rgb(229,40,207); }
td.TdClassName
{
border-color: #E528CF;
}
.TagClassName
{
border-color: #E528CF;
}
</style>