Shades of Pale Violet Red #E363A0
Tints of Pale Violet Red #E363A0
RGB
CMYK
RGB Variations
Color information
#E363A0 (or 0xE363A0) is known color: Pale Violet Red. HEX triplet: E3, 63 and A0. RGB value is (227,99,160). Sum of RGB (Red+Green+Blue) = 227+99+160=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E363A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E363A0 is #1C9C5F. Grayscale: #909090. Windows color (decimal): -1875040 or 10511331. OLE color: 10511331.
HSL color Cylindrical-coordinate representation of color #E363A0: hue angle of 331.41º 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 #E363A0 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 160 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.11 |
| HSL | 331.41º | 0.7% | 0.64% | - |
| HSV(B) | 331.41º | 0.56% | 0.89% | - |
| XYZ | 42.49 | 27.79 | 36.38 | - |
| YUV | 144.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 160 | 0 | 0.56 | 0.30 | 0.11 | 331.41 | 0.7 | 0.64 |
| Hex | E3 | 63 | A0 | 0 | 38 | 1E | B | 14B | 46 | 40 |
| Octal | 343 | 143 | 240 | 0 | 70 | 36 | 13 | 513 | 106 | 100 |
| Binary | 11100011 | 1100011 | 10100000 | 0 | 111000 | 11110 | 1011 | 101001011 | 1000110 | 1000000 |
Color Harmonies of #E363A0
Complementary color
Monochromatic Colors of #E363A0
Black with #E363A0
Text Example
Text Example
White with #E363A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363A0; }
p { color: rgb(227,99,160); }
H1.HeaderClassName
{
color: #E363A0;
}
.AnyTagClassName
{
color: #E363A0;
}
</style>
background-color css
<style>
a { background-color: #E363A0; }
a { background-color: rgb(227,99,160); }
div.DivClassName
{
background-color: #E363A0;
}
.BgClassName
{
background-color: #E363A0;
}
</style>
border-color css
<style>
span { border-color: #E363A0; }
span { border-color: rgb(227,99,160); }
td.TdClassName
{
border-color: #E363A0;
}
.TagClassName
{
border-color: #E363A0;
}
</style>