Shades of Pale Violet Red #E25F96
Tints of Pale Violet Red #E25F96
RGB
CMYK
RGB Variations
Color information
#E25F96 (or 0xE25F96) is known color: Pale Violet Red. HEX triplet: E2, 5F and 96. RGB value is (226,95,150). Sum of RGB (Red+Green+Blue) = 226+95+150=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F96 is #1DA069. Grayscale: #8C8C8C. Windows color (decimal): -1941610 or 9854946. OLE color: 9854946.
HSL color Cylindrical-coordinate representation of color #E25F96: hue angle of 334.81º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25F96 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 150 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.11 |
| HSL | 334.81º | 0.69% | 0.63% | - |
| HSV(B) | 334.81º | 0.58% | 0.89% | - |
| XYZ | 40.96 | 26.56 | 31.82 | - |
| YUV | 140.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 150 | 0 | 0.58 | 0.34 | 0.11 | 334.81 | 0.69 | 0.63 |
| Hex | E2 | 5F | 96 | 0 | 3A | 22 | B | 14F | 45 | 3F |
| Octal | 342 | 137 | 226 | 0 | 72 | 42 | 13 | 517 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10010110 | 0 | 111010 | 100010 | 1011 | 101001111 | 1000101 | 111111 |
Color Harmonies of #E25F96
Complementary color
Monochromatic Colors of #E25F96
Black with #E25F96
Text Example
Text Example
White with #E25F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F96; }
p { color: rgb(226,95,150); }
H1.HeaderClassName
{
color: #E25F96;
}
.AnyTagClassName
{
color: #E25F96;
}
</style>
background-color css
<style>
a { background-color: #E25F96; }
a { background-color: rgb(226,95,150); }
div.DivClassName
{
background-color: #E25F96;
}
.BgClassName
{
background-color: #E25F96;
}
</style>
border-color css
<style>
span { border-color: #E25F96; }
span { border-color: rgb(226,95,150); }
td.TdClassName
{
border-color: #E25F96;
}
.TagClassName
{
border-color: #E25F96;
}
</style>