Shades of Pale Violet Red #E365A5
Tints of Pale Violet Red #E365A5
RGB
CMYK
RGB Variations
Color information
#E365A5 (or 0xE365A5) is known color: Pale Violet Red. HEX triplet: E3, 65 and A5. RGB value is (227,101,165). Sum of RGB (Red+Green+Blue) = 227+101+165=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E365A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E365A5 is #1C9A5A. Grayscale: #919191. Windows color (decimal): -1874523 or 10839523. OLE color: 10839523.
HSL color Cylindrical-coordinate representation of color #E365A5: hue angle of 329.52º degrees, saturation: 0.69, 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 #E365A5 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 165 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.11 |
| HSL | 329.52º | 0.69% | 0.64% | - |
| HSV(B) | 329.52º | 0.56% | 0.89% | - |
| XYZ | 43.12 | 28.35 | 38.8 | - |
| YUV | 145.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 165 | 0 | 0.56 | 0.27 | 0.11 | 329.52 | 0.69 | 0.64 |
| Hex | E3 | 65 | A5 | 0 | 38 | 1B | B | 14A | 45 | 40 |
| Octal | 343 | 145 | 245 | 0 | 70 | 33 | 13 | 512 | 105 | 100 |
| Binary | 11100011 | 1100101 | 10100101 | 0 | 111000 | 11011 | 1011 | 101001010 | 1000101 | 1000000 |
Color Harmonies of #E365A5
Complementary color
Monochromatic Colors of #E365A5
Black with #E365A5
Text Example
Text Example
White with #E365A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365A5; }
p { color: rgb(227,101,165); }
H1.HeaderClassName
{
color: #E365A5;
}
.AnyTagClassName
{
color: #E365A5;
}
</style>
background-color css
<style>
a { background-color: #E365A5; }
a { background-color: rgb(227,101,165); }
div.DivClassName
{
background-color: #E365A5;
}
.BgClassName
{
background-color: #E365A5;
}
</style>
border-color css
<style>
span { border-color: #E365A5; }
span { border-color: rgb(227,101,165); }
td.TdClassName
{
border-color: #E365A5;
}
.TagClassName
{
border-color: #E365A5;
}
</style>