Shades of Pale Violet Red #E35E9D
Tints of Pale Violet Red #E35E9D
RGB
CMYK
RGB Variations
Color information
#E35E9D (or 0xE35E9D) is known color: Pale Violet Red. HEX triplet: E3, 5E and 9D. RGB value is (227,94,157). Sum of RGB (Red+Green+Blue) = 227+94+157=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35E9D is #1CA162. Grayscale: #8C8C8C. Windows color (decimal): -1876323 or 10313443. OLE color: 10313443.
HSL color Cylindrical-coordinate representation of color #E35E9D: hue angle of 331.58º degrees, saturation: 0.7, 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 #E35E9D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 157 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.11 |
| HSL | 331.58º | 0.7% | 0.63% | - |
| HSV(B) | 331.58º | 0.59% | 0.89% | - |
| XYZ | 41.77 | 26.77 | 34.86 | - |
| YUV | 140.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 157 | 0 | 0.59 | 0.31 | 0.11 | 331.58 | 0.7 | 0.63 |
| Hex | E3 | 5E | 9D | 0 | 3B | 1F | B | 14C | 46 | 3F |
| Octal | 343 | 136 | 235 | 0 | 73 | 37 | 13 | 514 | 106 | 77 |
| Binary | 11100011 | 1011110 | 10011101 | 0 | 111011 | 11111 | 1011 | 101001100 | 1000110 | 111111 |
Color Harmonies of #E35E9D
Complementary color
Monochromatic Colors of #E35E9D
Black with #E35E9D
Text Example
Text Example
White with #E35E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E9D; }
p { color: rgb(227,94,157); }
H1.HeaderClassName
{
color: #E35E9D;
}
.AnyTagClassName
{
color: #E35E9D;
}
</style>
background-color css
<style>
a { background-color: #E35E9D; }
a { background-color: rgb(227,94,157); }
div.DivClassName
{
background-color: #E35E9D;
}
.BgClassName
{
background-color: #E35E9D;
}
</style>
border-color css
<style>
span { border-color: #E35E9D; }
span { border-color: rgb(227,94,157); }
td.TdClassName
{
border-color: #E35E9D;
}
.TagClassName
{
border-color: #E35E9D;
}
</style>