Shades of Pale Violet Red #E35C9A
Tints of Pale Violet Red #E35C9A
RGB
CMYK
RGB Variations
Color information
#E35C9A (or 0xE35C9A) is known color: Pale Violet Red. HEX triplet: E3, 5C and 9A. RGB value is (227,92,154). Sum of RGB (Red+Green+Blue) = 227+92+154=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C9A is #1CA365. Grayscale: #8B8B8B. Windows color (decimal): -1876838 or 10116323. OLE color: 10116323.
HSL color Cylindrical-coordinate representation of color #E35C9A: hue angle of 332.44º 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 #E35C9A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 154 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.11 |
| HSL | 332.44º | 0.71% | 0.63% | - |
| HSV(B) | 332.44º | 0.59% | 0.89% | - |
| XYZ | 41.34 | 26.32 | 33.47 | - |
| YUV | 139.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 154 | 0 | 0.59 | 0.32 | 0.11 | 332.44 | 0.71 | 0.63 |
| Hex | E3 | 5C | 9A | 0 | 3B | 20 | B | 14C | 47 | 3F |
| Octal | 343 | 134 | 232 | 0 | 73 | 40 | 13 | 514 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10011010 | 0 | 111011 | 100000 | 1011 | 101001100 | 1000111 | 111111 |
Color Harmonies of #E35C9A
Complementary color
Monochromatic Colors of #E35C9A
Black with #E35C9A
Text Example
Text Example
White with #E35C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C9A; }
p { color: rgb(227,92,154); }
H1.HeaderClassName
{
color: #E35C9A;
}
.AnyTagClassName
{
color: #E35C9A;
}
</style>
background-color css
<style>
a { background-color: #E35C9A; }
a { background-color: rgb(227,92,154); }
div.DivClassName
{
background-color: #E35C9A;
}
.BgClassName
{
background-color: #E35C9A;
}
</style>
border-color css
<style>
span { border-color: #E35C9A; }
span { border-color: rgb(227,92,154); }
td.TdClassName
{
border-color: #E35C9A;
}
.TagClassName
{
border-color: #E35C9A;
}
</style>