Shades of Pale Violet Red #E375A3
Tints of Pale Violet Red #E375A3
RGB
CMYK
RGB Variations
Color information
#E375A3 (or 0xE375A3) is known color: Pale Violet Red. HEX triplet: E3, 75 and A3. RGB value is (227,117,163). Sum of RGB (Red+Green+Blue) = 227+117+163=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E375A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375A3 is #1C8A5C. Grayscale: #9B9B9B. Windows color (decimal): -1870429 or 10712547. OLE color: 10712547.
HSL color Cylindrical-coordinate representation of color #E375A3: hue angle of 334.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375A3 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 163 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.11 |
| HSL | 334.91º | 0.66% | 0.67% | - |
| HSV(B) | 334.91º | 0.48% | 0.89% | - |
| XYZ | 44.65 | 31.7 | 38.42 | - |
| YUV | 155.13 | 132.44 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 163 | 0 | 0.48 | 0.28 | 0.11 | 334.91 | 0.66 | 0.67 |
| Hex | E3 | 75 | A3 | 0 | 30 | 1C | B | 14F | 42 | 43 |
| Octal | 343 | 165 | 243 | 0 | 60 | 34 | 13 | 517 | 102 | 103 |
| Binary | 11100011 | 1110101 | 10100011 | 0 | 110000 | 11100 | 1011 | 101001111 | 1000010 | 1000011 |
Color Harmonies of #E375A3
Complementary color
Monochromatic Colors of #E375A3
Black with #E375A3
Text Example
Text Example
White with #E375A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375A3; }
p { color: rgb(227,117,163); }
H1.HeaderClassName
{
color: #E375A3;
}
.AnyTagClassName
{
color: #E375A3;
}
</style>
background-color css
<style>
a { background-color: #E375A3; }
a { background-color: rgb(227,117,163); }
div.DivClassName
{
background-color: #E375A3;
}
.BgClassName
{
background-color: #E375A3;
}
</style>
border-color css
<style>
span { border-color: #E375A3; }
span { border-color: rgb(227,117,163); }
td.TdClassName
{
border-color: #E375A3;
}
.TagClassName
{
border-color: #E375A3;
}
</style>