Shades of Pale Violet Red #E362A2
Tints of Pale Violet Red #E362A2
RGB
CMYK
RGB Variations
Color information
#E362A2 (or 0xE362A2) is known color: Pale Violet Red. HEX triplet: E3, 62 and A2. RGB value is (227,98,162). Sum of RGB (Red+Green+Blue) = 227+98+162=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E362A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E362A2 is #1C9D5D. Grayscale: #8F8F8F. Windows color (decimal): -1875294 or 10642147. OLE color: 10642147.
HSL color Cylindrical-coordinate representation of color #E362A2: hue angle of 330.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E362A2 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 162 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.11 |
| HSL | 330.23º | 0.7% | 0.64% | - |
| HSV(B) | 330.23º | 0.57% | 0.89% | - |
| XYZ | 42.57 | 27.67 | 37.28 | - |
| YUV | 143.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 162 | 0 | 0.57 | 0.29 | 0.11 | 330.23 | 0.7 | 0.64 |
| Hex | E3 | 62 | A2 | 0 | 39 | 1D | B | 14A | 46 | 40 |
| Octal | 343 | 142 | 242 | 0 | 71 | 35 | 13 | 512 | 106 | 100 |
| Binary | 11100011 | 1100010 | 10100010 | 0 | 111001 | 11101 | 1011 | 101001010 | 1000110 | 1000000 |
Color Harmonies of #E362A2
Complementary color
Monochromatic Colors of #E362A2
Black with #E362A2
Text Example
Text Example
White with #E362A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E362A2; }
p { color: rgb(227,98,162); }
H1.HeaderClassName
{
color: #E362A2;
}
.AnyTagClassName
{
color: #E362A2;
}
</style>
background-color css
<style>
a { background-color: #E362A2; }
a { background-color: rgb(227,98,162); }
div.DivClassName
{
background-color: #E362A2;
}
.BgClassName
{
background-color: #E362A2;
}
</style>
border-color css
<style>
span { border-color: #E362A2; }
span { border-color: rgb(227,98,162); }
td.TdClassName
{
border-color: #E362A2;
}
.TagClassName
{
border-color: #E362A2;
}
</style>