Shades of Razzle Dazzle Rose #E534C9
Tints of Razzle Dazzle Rose #E534C9
RGB
CMYK
RGB Variations
Color information
#E534C9 (or 0xE534C9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and C9. RGB value is (229,52,201). Sum of RGB (Red+Green+Blue) = 229+52+201=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E534C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534C9 is #1ACB36. Grayscale: #797979. Windows color (decimal): -1755959 or 13186277. OLE color: 13186277.
HSL color Cylindrical-coordinate representation of color #E534C9: hue angle of 309.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534C9 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 201 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.10 |
| HSL | 309.49º | 0.77% | 0.55% | - |
| HSV(B) | 309.49º | 0.77% | 0.9% | - |
| XYZ | 44.08 | 23.33 | 57.44 | - |
| YUV | 121.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 201 | 0 | 0.77 | 0.12 | 0.10 | 309.49 | 0.77 | 0.55 |
| Hex | E5 | 34 | C9 | 0 | 4D | C | A | 135 | 4D | 37 |
| Octal | 345 | 64 | 311 | 0 | 115 | 14 | 12 | 465 | 115 | 67 |
| Binary | 11100101 | 110100 | 11001001 | 0 | 1001101 | 1100 | 1010 | 100110101 | 1001101 | 110111 |
Color Harmonies of #E534C9
Complementary color
Monochromatic Colors of #E534C9
Black with #E534C9
Text Example
Text Example
White with #E534C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534C9; }
p { color: rgb(229,52,201); }
H1.HeaderClassName
{
color: #E534C9;
}
.AnyTagClassName
{
color: #E534C9;
}
</style>
background-color css
<style>
a { background-color: #E534C9; }
a { background-color: rgb(229,52,201); }
div.DivClassName
{
background-color: #E534C9;
}
.BgClassName
{
background-color: #E534C9;
}
</style>
border-color css
<style>
span { border-color: #E534C9; }
span { border-color: rgb(229,52,201); }
td.TdClassName
{
border-color: #E534C9;
}
.TagClassName
{
border-color: #E534C9;
}
</style>