Shades of Pale Violet Red #E35F8F
Tints of Pale Violet Red #E35F8F
RGB
CMYK
RGB Variations
Color information
#E35F8F (or 0xE35F8F) is known color: Pale Violet Red. HEX triplet: E3, 5F and 8F. RGB value is (227,95,143). Sum of RGB (Red+Green+Blue) = 227+95+143=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35F8F is #1CA070. Grayscale: #8B8B8B. Windows color (decimal): -1876081 or 9396195. OLE color: 9396195.
HSL color Cylindrical-coordinate representation of color #E35F8F: hue angle of 338.18º degrees, saturation: 0.7, 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 #E35F8F is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 143 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.11 |
| HSL | 338.18º | 0.7% | 0.63% | - |
| HSV(B) | 338.18º | 0.58% | 0.89% | - |
| XYZ | 40.73 | 26.5 | 28.95 | - |
| YUV | 139.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 143 | 0 | 0.58 | 0.37 | 0.11 | 338.18 | 0.7 | 0.63 |
| Hex | E3 | 5F | 8F | 0 | 3A | 25 | B | 152 | 46 | 3F |
| Octal | 343 | 137 | 217 | 0 | 72 | 45 | 13 | 522 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10001111 | 0 | 111010 | 100101 | 1011 | 101010010 | 1000110 | 111111 |
Color Harmonies of #E35F8F
Complementary color
Monochromatic Colors of #E35F8F
Black with #E35F8F
Text Example
Text Example
White with #E35F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F8F; }
p { color: rgb(227,95,143); }
H1.HeaderClassName
{
color: #E35F8F;
}
.AnyTagClassName
{
color: #E35F8F;
}
</style>
background-color css
<style>
a { background-color: #E35F8F; }
a { background-color: rgb(227,95,143); }
div.DivClassName
{
background-color: #E35F8F;
}
.BgClassName
{
background-color: #E35F8F;
}
</style>
border-color css
<style>
span { border-color: #E35F8F; }
span { border-color: rgb(227,95,143); }
td.TdClassName
{
border-color: #E35F8F;
}
.TagClassName
{
border-color: #E35F8F;
}
</style>