Shades of Razzle Dazzle Rose #E735D9
Tints of Razzle Dazzle Rose #E735D9
RGB
CMYK
RGB Variations
Color information
#E735D9 (or 0xE735D9) is known color: Razzle Dazzle Rose. HEX triplet: E7, 35 and D9. RGB value is (231,53,217). Sum of RGB (Red+Green+Blue) = 231+53+217=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E735D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E735D9 is #18CA26. Grayscale: #7C7C7C. Windows color (decimal): -1624615 or 14235111. OLE color: 14235111.
HSL color Cylindrical-coordinate representation of color #E735D9: hue angle of 304.72º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E735D9 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 217 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.09 |
| HSL | 304.72º | 0.79% | 0.56% | - |
| HSV(B) | 304.72º | 0.77% | 0.91% | - |
| XYZ | 46.75 | 24.54 | 67.92 | - |
| YUV | 124.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 217 | 0 | 0.77 | 0.06 | 0.09 | 304.72 | 0.79 | 0.56 |
| Hex | E7 | 35 | D9 | 0 | 4D | 6 | 9 | 131 | 4F | 38 |
| Octal | 347 | 65 | 331 | 0 | 115 | 6 | 11 | 461 | 117 | 70 |
| Binary | 11100111 | 110101 | 11011001 | 0 | 1001101 | 110 | 1001 | 100110001 | 1001111 | 111000 |
Color Harmonies of #E735D9
Complementary color
Monochromatic Colors of #E735D9
Black with #E735D9
Text Example
Text Example
White with #E735D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E735D9; }
p { color: rgb(231,53,217); }
H1.HeaderClassName
{
color: #E735D9;
}
.AnyTagClassName
{
color: #E735D9;
}
</style>
background-color css
<style>
a { background-color: #E735D9; }
a { background-color: rgb(231,53,217); }
div.DivClassName
{
background-color: #E735D9;
}
.BgClassName
{
background-color: #E735D9;
}
</style>
border-color css
<style>
span { border-color: #E735D9; }
span { border-color: rgb(231,53,217); }
td.TdClassName
{
border-color: #E735D9;
}
.TagClassName
{
border-color: #E735D9;
}
</style>