Shades of Pale Violet Red #E25F9E
Tints of Pale Violet Red #E25F9E
RGB
CMYK
RGB Variations
Color information
#E25F9E (or 0xE25F9E) is known color: Pale Violet Red. HEX triplet: E2, 5F and 9E. RGB value is (226,95,158). Sum of RGB (Red+Green+Blue) = 226+95+158=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F9E is #1DA061. Grayscale: #8D8D8D. Windows color (decimal): -1941602 or 10379234. OLE color: 10379234.
HSL color Cylindrical-coordinate representation of color #E25F9E: hue angle of 331.15º 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 #E25F9E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 158 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.11 |
| HSL | 331.15º | 0.69% | 0.63% | - |
| HSV(B) | 331.15º | 0.58% | 0.89% | - |
| XYZ | 41.63 | 26.82 | 35.33 | - |
| YUV | 141.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 158 | 0 | 0.58 | 0.30 | 0.11 | 331.15 | 0.69 | 0.63 |
| Hex | E2 | 5F | 9E | 0 | 3A | 1E | B | 14B | 45 | 3F |
| Octal | 342 | 137 | 236 | 0 | 72 | 36 | 13 | 513 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10011110 | 0 | 111010 | 11110 | 1011 | 101001011 | 1000101 | 111111 |
Color Harmonies of #E25F9E
Complementary color
Monochromatic Colors of #E25F9E
Black with #E25F9E
Text Example
Text Example
White with #E25F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F9E; }
p { color: rgb(226,95,158); }
H1.HeaderClassName
{
color: #E25F9E;
}
.AnyTagClassName
{
color: #E25F9E;
}
</style>
background-color css
<style>
a { background-color: #E25F9E; }
a { background-color: rgb(226,95,158); }
div.DivClassName
{
background-color: #E25F9E;
}
.BgClassName
{
background-color: #E25F9E;
}
</style>
border-color css
<style>
span { border-color: #E25F9E; }
span { border-color: rgb(226,95,158); }
td.TdClassName
{
border-color: #E25F9E;
}
.TagClassName
{
border-color: #E25F9E;
}
</style>