Shades of Pale Violet Red #E45F9E
Tints of Pale Violet Red #E45F9E
RGB
CMYK
RGB Variations
Color information
#E45F9E (or 0xE45F9E) is known color: Pale Violet Red. HEX triplet: E4, 5F and 9E. RGB value is (228,95,158). Sum of RGB (Red+Green+Blue) = 228+95+158=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F9E is #1BA061. Grayscale: #8D8D8D. Windows color (decimal): -1810530 or 10379236. OLE color: 10379236.
HSL color Cylindrical-coordinate representation of color #E45F9E: hue angle of 331.58º degrees, saturation: 0.71, 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 #E45F9E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 158 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.11 |
| HSL | 331.58º | 0.71% | 0.63% | - |
| HSV(B) | 331.58º | 0.58% | 0.89% | - |
| XYZ | 42.26 | 27.15 | 35.36 | - |
| YUV | 141.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 158 | 0 | 0.58 | 0.31 | 0.11 | 331.58 | 0.71 | 0.63 |
| Hex | E4 | 5F | 9E | 0 | 3A | 1F | B | 14C | 47 | 3F |
| Octal | 344 | 137 | 236 | 0 | 72 | 37 | 13 | 514 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10011110 | 0 | 111010 | 11111 | 1011 | 101001100 | 1000111 | 111111 |
Color Harmonies of #E45F9E
Complementary color
Monochromatic Colors of #E45F9E
Black with #E45F9E
Text Example
Text Example
White with #E45F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F9E; }
p { color: rgb(228,95,158); }
H1.HeaderClassName
{
color: #E45F9E;
}
.AnyTagClassName
{
color: #E45F9E;
}
</style>
background-color css
<style>
a { background-color: #E45F9E; }
a { background-color: rgb(228,95,158); }
div.DivClassName
{
background-color: #E45F9E;
}
.BgClassName
{
background-color: #E45F9E;
}
</style>
border-color css
<style>
span { border-color: #E45F9E; }
span { border-color: rgb(228,95,158); }
td.TdClassName
{
border-color: #E45F9E;
}
.TagClassName
{
border-color: #E45F9E;
}
</style>