Shades of Pale Violet Red #E35D9F
Tints of Pale Violet Red #E35D9F
RGB
CMYK
RGB Variations
Color information
#E35D9F (or 0xE35D9F) is known color: Pale Violet Red. HEX triplet: E3, 5D and 9F. RGB value is (227,93,159). Sum of RGB (Red+Green+Blue) = 227+93+159=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35D9F is #1CA260. Grayscale: #8C8C8C. Windows color (decimal): -1876577 or 10444259. OLE color: 10444259.
HSL color Cylindrical-coordinate representation of color #E35D9F: hue angle of 330.45º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35D9F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 159 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.45º | 0.71% | 0.63% | - |
| HSV(B) | 330.45º | 0.59% | 0.89% | - |
| XYZ | 41.85 | 26.66 | 35.74 | - |
| YUV | 140.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 159 | 0 | 0.59 | 0.30 | 0.11 | 330.45 | 0.71 | 0.63 |
| Hex | E3 | 5D | 9F | 0 | 3B | 1E | B | 14A | 47 | 3F |
| Octal | 343 | 135 | 237 | 0 | 73 | 36 | 13 | 512 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10011111 | 0 | 111011 | 11110 | 1011 | 101001010 | 1000111 | 111111 |
Color Harmonies of #E35D9F
Complementary color
Monochromatic Colors of #E35D9F
Black with #E35D9F
Text Example
Text Example
White with #E35D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D9F; }
p { color: rgb(227,93,159); }
H1.HeaderClassName
{
color: #E35D9F;
}
.AnyTagClassName
{
color: #E35D9F;
}
</style>
background-color css
<style>
a { background-color: #E35D9F; }
a { background-color: rgb(227,93,159); }
div.DivClassName
{
background-color: #E35D9F;
}
.BgClassName
{
background-color: #E35D9F;
}
</style>
border-color css
<style>
span { border-color: #E35D9F; }
span { border-color: rgb(227,93,159); }
td.TdClassName
{
border-color: #E35D9F;
}
.TagClassName
{
border-color: #E35D9F;
}
</style>