Shades of Pale Violet Red #E363A1
Tints of Pale Violet Red #E363A1
RGB
CMYK
RGB Variations
Color information
#E363A1 (or 0xE363A1) is known color: Pale Violet Red. HEX triplet: E3, 63 and A1. RGB value is (227,99,161). Sum of RGB (Red+Green+Blue) = 227+99+161=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E363A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E363A1 is #1C9C5E. Grayscale: #909090. Windows color (decimal): -1875039 or 10576867. OLE color: 10576867.
HSL color Cylindrical-coordinate representation of color #E363A1: hue angle of 330.94º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363A1 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 161 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.11 |
| HSL | 330.94º | 0.7% | 0.64% | - |
| HSV(B) | 330.94º | 0.56% | 0.89% | - |
| XYZ | 42.57 | 27.83 | 36.85 | - |
| YUV | 144.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 161 | 0 | 0.56 | 0.29 | 0.11 | 330.94 | 0.7 | 0.64 |
| Hex | E3 | 63 | A1 | 0 | 38 | 1D | B | 14B | 46 | 40 |
| Octal | 343 | 143 | 241 | 0 | 70 | 35 | 13 | 513 | 106 | 100 |
| Binary | 11100011 | 1100011 | 10100001 | 0 | 111000 | 11101 | 1011 | 101001011 | 1000110 | 1000000 |
Color Harmonies of #E363A1
Complementary color
Monochromatic Colors of #E363A1
Black with #E363A1
Text Example
Text Example
White with #E363A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363A1; }
p { color: rgb(227,99,161); }
H1.HeaderClassName
{
color: #E363A1;
}
.AnyTagClassName
{
color: #E363A1;
}
</style>
background-color css
<style>
a { background-color: #E363A1; }
a { background-color: rgb(227,99,161); }
div.DivClassName
{
background-color: #E363A1;
}
.BgClassName
{
background-color: #E363A1;
}
</style>
border-color css
<style>
span { border-color: #E363A1; }
span { border-color: rgb(227,99,161); }
td.TdClassName
{
border-color: #E363A1;
}
.TagClassName
{
border-color: #E363A1;
}
</style>