Shades of Pale Violet Red #E35C93
Tints of Pale Violet Red #E35C93
RGB
CMYK
RGB Variations
Color information
#E35C93 (or 0xE35C93) is known color: Pale Violet Red. HEX triplet: E3, 5C and 93. RGB value is (227,92,147). Sum of RGB (Red+Green+Blue) = 227+92+147=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C93 is #1CA36C. Grayscale: #8A8A8A. Windows color (decimal): -1876845 or 9657571. OLE color: 9657571.
HSL color Cylindrical-coordinate representation of color #E35C93: hue angle of 335.56º 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 #E35C93 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 147 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.11 |
| HSL | 335.56º | 0.71% | 0.63% | - |
| HSV(B) | 335.56º | 0.59% | 0.89% | - |
| XYZ | 40.77 | 26.09 | 30.49 | - |
| YUV | 138.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 147 | 0 | 0.59 | 0.35 | 0.11 | 335.56 | 0.71 | 0.63 |
| Hex | E3 | 5C | 93 | 0 | 3B | 23 | B | 150 | 47 | 3F |
| Octal | 343 | 134 | 223 | 0 | 73 | 43 | 13 | 520 | 107 | 77 |
| Binary | 11100011 | 1011100 | 10010011 | 0 | 111011 | 100011 | 1011 | 101010000 | 1000111 | 111111 |
Color Harmonies of #E35C93
Complementary color
Monochromatic Colors of #E35C93
Black with #E35C93
Text Example
Text Example
White with #E35C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C93; }
p { color: rgb(227,92,147); }
H1.HeaderClassName
{
color: #E35C93;
}
.AnyTagClassName
{
color: #E35C93;
}
</style>
background-color css
<style>
a { background-color: #E35C93; }
a { background-color: rgb(227,92,147); }
div.DivClassName
{
background-color: #E35C93;
}
.BgClassName
{
background-color: #E35C93;
}
</style>
border-color css
<style>
span { border-color: #E35C93; }
span { border-color: rgb(227,92,147); }
td.TdClassName
{
border-color: #E35C93;
}
.TagClassName
{
border-color: #E35C93;
}
</style>