Shades of Pale Violet Red #E369A8
Tints of Pale Violet Red #E369A8
RGB
CMYK
RGB Variations
Color information
#E369A8 (or 0xE369A8) is known color: Pale Violet Red. HEX triplet: E3, 69 and A8. RGB value is (227,105,168). Sum of RGB (Red+Green+Blue) = 227+105+168=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E369A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E369A8 is #1C9657. Grayscale: #949494. Windows color (decimal): -1873496 or 11037155. OLE color: 11037155.
HSL color Cylindrical-coordinate representation of color #E369A8: hue angle of 329.02º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369A8 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 168 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.11 |
| HSL | 329.02º | 0.69% | 0.65% | - |
| HSV(B) | 329.02º | 0.54% | 0.89% | - |
| XYZ | 43.8 | 29.26 | 40.39 | - |
| YUV | 148.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 168 | 0 | 0.54 | 0.26 | 0.11 | 329.02 | 0.69 | 0.65 |
| Hex | E3 | 69 | A8 | 0 | 36 | 1A | B | 149 | 45 | 41 |
| Octal | 343 | 151 | 250 | 0 | 66 | 32 | 13 | 511 | 105 | 101 |
| Binary | 11100011 | 1101001 | 10101000 | 0 | 110110 | 11010 | 1011 | 101001001 | 1000101 | 1000001 |
Color Harmonies of #E369A8
Complementary color
Monochromatic Colors of #E369A8
Black with #E369A8
Text Example
Text Example
White with #E369A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369A8; }
p { color: rgb(227,105,168); }
H1.HeaderClassName
{
color: #E369A8;
}
.AnyTagClassName
{
color: #E369A8;
}
</style>
background-color css
<style>
a { background-color: #E369A8; }
a { background-color: rgb(227,105,168); }
div.DivClassName
{
background-color: #E369A8;
}
.BgClassName
{
background-color: #E369A8;
}
</style>
border-color css
<style>
span { border-color: #E369A8; }
span { border-color: rgb(227,105,168); }
td.TdClassName
{
border-color: #E369A8;
}
.TagClassName
{
border-color: #E369A8;
}
</style>