Shades of Razzle Dazzle Rose #E539CF
Tints of Razzle Dazzle Rose #E539CF
RGB
CMYK
RGB Variations
Color information
#E539CF (or 0xE539CF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 39 and CF. RGB value is (229,57,207). Sum of RGB (Red+Green+Blue) = 229+57+207=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E539CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E539CF is #1AC630. Grayscale: #7D7D7D. Windows color (decimal): -1754673 or 13580773. OLE color: 13580773.
HSL color Cylindrical-coordinate representation of color #E539CF: hue angle of 307.67º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E539CF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 207 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.10 |
| HSL | 307.67º | 0.77% | 0.56% | - |
| HSV(B) | 307.67º | 0.75% | 0.9% | - |
| XYZ | 45.04 | 24.09 | 61.31 | - |
| YUV | 125.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 207 | 0 | 0.75 | 0.10 | 0.10 | 307.67 | 0.77 | 0.56 |
| Hex | E5 | 39 | CF | 0 | 4B | A | A | 134 | 4D | 38 |
| Octal | 345 | 71 | 317 | 0 | 113 | 12 | 12 | 464 | 115 | 70 |
| Binary | 11100101 | 111001 | 11001111 | 0 | 1001011 | 1010 | 1010 | 100110100 | 1001101 | 111000 |
Color Harmonies of #E539CF
Complementary color
Monochromatic Colors of #E539CF
Black with #E539CF
Text Example
Text Example
White with #E539CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539CF; }
p { color: rgb(229,57,207); }
H1.HeaderClassName
{
color: #E539CF;
}
.AnyTagClassName
{
color: #E539CF;
}
</style>
background-color css
<style>
a { background-color: #E539CF; }
a { background-color: rgb(229,57,207); }
div.DivClassName
{
background-color: #E539CF;
}
.BgClassName
{
background-color: #E539CF;
}
</style>
border-color css
<style>
span { border-color: #E539CF; }
span { border-color: rgb(229,57,207); }
td.TdClassName
{
border-color: #E539CF;
}
.TagClassName
{
border-color: #E539CF;
}
</style>