Shades of Pale Violet Red #E45F98
Tints of Pale Violet Red #E45F98
RGB
CMYK
RGB Variations
Color information
#E45F98 (or 0xE45F98) is known color: Pale Violet Red. HEX triplet: E4, 5F and 98. RGB value is (228,95,152). Sum of RGB (Red+Green+Blue) = 228+95+152=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F98 is #1BA067. Grayscale: #8D8D8D. Windows color (decimal): -1810536 or 9986020. OLE color: 9986020.
HSL color Cylindrical-coordinate representation of color #E45F98: hue angle of 334.29º 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 #E45F98 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 152 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.11 |
| HSL | 334.29º | 0.71% | 0.63% | - |
| HSV(B) | 334.29º | 0.58% | 0.89% | - |
| XYZ | 41.75 | 26.95 | 32.71 | - |
| YUV | 141.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 152 | 0 | 0.58 | 0.33 | 0.11 | 334.29 | 0.71 | 0.63 |
| Hex | E4 | 5F | 98 | 0 | 3A | 21 | B | 14E | 47 | 3F |
| Octal | 344 | 137 | 230 | 0 | 72 | 41 | 13 | 516 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10011000 | 0 | 111010 | 100001 | 1011 | 101001110 | 1000111 | 111111 |
Color Harmonies of #E45F98
Complementary color
Monochromatic Colors of #E45F98
Black with #E45F98
Text Example
Text Example
White with #E45F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F98; }
p { color: rgb(228,95,152); }
H1.HeaderClassName
{
color: #E45F98;
}
.AnyTagClassName
{
color: #E45F98;
}
</style>
background-color css
<style>
a { background-color: #E45F98; }
a { background-color: rgb(228,95,152); }
div.DivClassName
{
background-color: #E45F98;
}
.BgClassName
{
background-color: #E45F98;
}
</style>
border-color css
<style>
span { border-color: #E45F98; }
span { border-color: rgb(228,95,152); }
td.TdClassName
{
border-color: #E45F98;
}
.TagClassName
{
border-color: #E45F98;
}
</style>