Shades of Pale Violet Red #E35A96
Tints of Pale Violet Red #E35A96
RGB
CMYK
RGB Variations
Color information
#E35A96 (or 0xE35A96) is known color: Pale Violet Red. HEX triplet: E3, 5A and 96. RGB value is (227,90,150). Sum of RGB (Red+Green+Blue) = 227+90+150=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35A96 is #1CA569. Grayscale: #898989. Windows color (decimal): -1877354 or 9853667. OLE color: 9853667.
HSL color Cylindrical-coordinate representation of color #E35A96: hue angle of 333.72º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A96 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 150 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.11 |
| HSL | 333.72º | 0.71% | 0.62% | - |
| HSV(B) | 333.72º | 0.6% | 0.89% | - |
| XYZ | 40.84 | 25.85 | 31.69 | - |
| YUV | 137.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 150 | 0 | 0.60 | 0.34 | 0.11 | 333.72 | 0.71 | 0.62 |
| Hex | E3 | 5A | 96 | 0 | 3C | 22 | B | 14E | 47 | 3E |
| Octal | 343 | 132 | 226 | 0 | 74 | 42 | 13 | 516 | 107 | 76 |
| Binary | 11100011 | 1011010 | 10010110 | 0 | 111100 | 100010 | 1011 | 101001110 | 1000111 | 111110 |
Color Harmonies of #E35A96
Complementary color
Monochromatic Colors of #E35A96
Black with #E35A96
Text Example
Text Example
White with #E35A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A96; }
p { color: rgb(227,90,150); }
H1.HeaderClassName
{
color: #E35A96;
}
.AnyTagClassName
{
color: #E35A96;
}
</style>
background-color css
<style>
a { background-color: #E35A96; }
a { background-color: rgb(227,90,150); }
div.DivClassName
{
background-color: #E35A96;
}
.BgClassName
{
background-color: #E35A96;
}
</style>
border-color css
<style>
span { border-color: #E35A96; }
span { border-color: rgb(227,90,150); }
td.TdClassName
{
border-color: #E35A96;
}
.TagClassName
{
border-color: #E35A96;
}
</style>