Shades of Pale Violet Red #E95F9A
Tints of Pale Violet Red #E95F9A
RGB
CMYK
RGB Variations
Color information
#E95F9A (or 0xE95F9A) is known color: Pale Violet Red. HEX triplet: E9, 5F and 9A. RGB value is (233,95,154). Sum of RGB (Red+Green+Blue) = 233+95+154=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F9A is #16A065. Grayscale: #8E8E8E. Windows color (decimal): -1482854 or 10117097. OLE color: 10117097.
HSL color Cylindrical-coordinate representation of color #E95F9A: hue angle of 334.35º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F9A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 154 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.09 |
| HSL | 334.35º | 0.76% | 0.64% | - |
| HSV(B) | 334.35º | 0.59% | 0.91% | - |
| XYZ | 43.53 | 27.84 | 33.65 | - |
| YUV | 142.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 154 | 0 | 0.59 | 0.34 | 0.09 | 334.35 | 0.76 | 0.64 |
| Hex | E9 | 5F | 9A | 0 | 3B | 22 | 9 | 14E | 4C | 40 |
| Octal | 351 | 137 | 232 | 0 | 73 | 42 | 11 | 516 | 114 | 100 |
| Binary | 11101001 | 1011111 | 10011010 | 0 | 111011 | 100010 | 1001 | 101001110 | 1001100 | 1000000 |
Color Harmonies of #E95F9A
Complementary color
Monochromatic Colors of #E95F9A
Black with #E95F9A
Text Example
Text Example
White with #E95F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F9A; }
p { color: rgb(233,95,154); }
H1.HeaderClassName
{
color: #E95F9A;
}
.AnyTagClassName
{
color: #E95F9A;
}
</style>
background-color css
<style>
a { background-color: #E95F9A; }
a { background-color: rgb(233,95,154); }
div.DivClassName
{
background-color: #E95F9A;
}
.BgClassName
{
background-color: #E95F9A;
}
</style>
border-color css
<style>
span { border-color: #E95F9A; }
span { border-color: rgb(233,95,154); }
td.TdClassName
{
border-color: #E95F9A;
}
.TagClassName
{
border-color: #E95F9A;
}
</style>