Shades of Pale Violet Red #E35C96
Tints of Pale Violet Red #E35C96
RGB
CMYK
RGB Variations
Color information
#E35C96 (or 0xE35C96) is known color: Pale Violet Red. HEX triplet: E3, 5C and 96. RGB value is (227,92,150). Sum of RGB (Red+Green+Blue) = 227+92+150=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C96 is #1CA369. Grayscale: #8A8A8A. Windows color (decimal): -1876842 or 9854179. OLE color: 9854179.
HSL color Cylindrical-coordinate representation of color #E35C96: hue angle of 334.22º 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 #E35C96 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 150 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.11 |
| HSL | 334.22º | 0.71% | 0.63% | - |
| HSV(B) | 334.22º | 0.59% | 0.89% | - |
| XYZ | 41.01 | 26.19 | 31.75 | - |
| YUV | 138.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 150 | 0 | 0.59 | 0.34 | 0.11 | 334.22 | 0.71 | 0.63 |
| Hex | E3 | 5C | 96 | 0 | 3B | 22 | B | 14E | 47 | 3F |
| Octal | 343 | 134 | 226 | 0 | 73 | 42 | 13 | 516 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10010110 | 0 | 111011 | 100010 | 1011 | 101001110 | 1000111 | 111111 |
Color Harmonies of #E35C96
Complementary color
Monochromatic Colors of #E35C96
Black with #E35C96
Text Example
Text Example
White with #E35C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C96; }
p { color: rgb(227,92,150); }
H1.HeaderClassName
{
color: #E35C96;
}
.AnyTagClassName
{
color: #E35C96;
}
</style>
background-color css
<style>
a { background-color: #E35C96; }
a { background-color: rgb(227,92,150); }
div.DivClassName
{
background-color: #E35C96;
}
.BgClassName
{
background-color: #E35C96;
}
</style>
border-color css
<style>
span { border-color: #E35C96; }
span { border-color: rgb(227,92,150); }
td.TdClassName
{
border-color: #E35C96;
}
.TagClassName
{
border-color: #E35C96;
}
</style>