Shades of Pale Violet Red #EA65A2
Tints of Pale Violet Red #EA65A2
RGB
CMYK
RGB Variations
Color information
#EA65A2 (or 0xEA65A2) is known color: Pale Violet Red. HEX triplet: EA, 65 and A2. RGB value is (234,101,162). Sum of RGB (Red+Green+Blue) = 234+101+162=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA65A2 is #159A5D. Grayscale: #939393. Windows color (decimal): -1415774 or 10642922. OLE color: 10642922.
HSL color Cylindrical-coordinate representation of color #EA65A2: hue angle of 332.48º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA65A2 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 162 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.08 |
| HSL | 332.48º | 0.76% | 0.66% | - |
| HSV(B) | 332.48º | 0.57% | 0.92% | - |
| XYZ | 45.11 | 29.41 | 37.48 | - |
| YUV | 147.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 162 | 0 | 0.57 | 0.31 | 0.08 | 332.48 | 0.76 | 0.66 |
| Hex | EA | 65 | A2 | 0 | 39 | 1F | 8 | 14C | 4C | 42 |
| Octal | 352 | 145 | 242 | 0 | 71 | 37 | 10 | 514 | 114 | 102 |
| Binary | 11101010 | 1100101 | 10100010 | 0 | 111001 | 11111 | 1000 | 101001100 | 1001100 | 1000010 |
Color Harmonies of #EA65A2
Complementary color
Monochromatic Colors of #EA65A2
Black with #EA65A2
Text Example
Text Example
White with #EA65A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA65A2; }
p { color: rgb(234,101,162); }
H1.HeaderClassName
{
color: #EA65A2;
}
.AnyTagClassName
{
color: #EA65A2;
}
</style>
background-color css
<style>
a { background-color: #EA65A2; }
a { background-color: rgb(234,101,162); }
div.DivClassName
{
background-color: #EA65A2;
}
.BgClassName
{
background-color: #EA65A2;
}
</style>
border-color css
<style>
span { border-color: #EA65A2; }
span { border-color: rgb(234,101,162); }
td.TdClassName
{
border-color: #EA65A2;
}
.TagClassName
{
border-color: #EA65A2;
}
</style>