Shades of Pale Violet Red #E25C95
Tints of Pale Violet Red #E25C95
RGB
CMYK
RGB Variations
Color information
#E25C95 (or 0xE25C95) is known color: Pale Violet Red. HEX triplet: E2, 5C and 95. RGB value is (226,92,149). Sum of RGB (Red+Green+Blue) = 226+92+149=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C95 is #1DA36A. Grayscale: #8A8A8A. Windows color (decimal): -1942379 or 9788642. OLE color: 9788642.
HSL color Cylindrical-coordinate representation of color #E25C95: hue angle of 334.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C95 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 149 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.11 |
| HSL | 334.48º | 0.7% | 0.62% | - |
| HSV(B) | 334.48º | 0.59% | 0.89% | - |
| XYZ | 40.62 | 25.99 | 31.31 | - |
| YUV | 138.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 149 | 0 | 0.59 | 0.34 | 0.11 | 334.48 | 0.7 | 0.62 |
| Hex | E2 | 5C | 95 | 0 | 3B | 22 | B | 14E | 46 | 3E |
| Octal | 342 | 134 | 225 | 0 | 73 | 42 | 13 | 516 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10010101 | 0 | 111011 | 100010 | 1011 | 101001110 | 1000110 | 111110 |
Color Harmonies of #E25C95
Complementary color
Monochromatic Colors of #E25C95
Black with #E25C95
Text Example
Text Example
White with #E25C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C95; }
p { color: rgb(226,92,149); }
H1.HeaderClassName
{
color: #E25C95;
}
.AnyTagClassName
{
color: #E25C95;
}
</style>
background-color css
<style>
a { background-color: #E25C95; }
a { background-color: rgb(226,92,149); }
div.DivClassName
{
background-color: #E25C95;
}
.BgClassName
{
background-color: #E25C95;
}
</style>
border-color css
<style>
span { border-color: #E25C95; }
span { border-color: rgb(226,92,149); }
td.TdClassName
{
border-color: #E25C95;
}
.TagClassName
{
border-color: #E25C95;
}
</style>