Shades of Pale Violet Red #EA74A2
Tints of Pale Violet Red #EA74A2
RGB
CMYK
RGB Variations
Color information
#EA74A2 (or 0xEA74A2) is known color: Pale Violet Red. HEX triplet: EA, 74 and A2. RGB value is (234,116,162). Sum of RGB (Red+Green+Blue) = 234+116+162=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA74A2 is #158B5D. Grayscale: #9C9C9C. Windows color (decimal): -1411934 or 10646762. OLE color: 10646762.
HSL color Cylindrical-coordinate representation of color #EA74A2: hue angle of 336.61º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74A2 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 162 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.08 |
| HSL | 336.61º | 0.74% | 0.69% | - |
| HSV(B) | 336.61º | 0.5% | 0.92% | - |
| XYZ | 46.7 | 32.59 | 38.01 | - |
| YUV | 156.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 162 | 0 | 0.50 | 0.31 | 0.08 | 336.61 | 0.74 | 0.69 |
| Hex | EA | 74 | A2 | 0 | 32 | 1F | 8 | 151 | 4A | 45 |
| Octal | 352 | 164 | 242 | 0 | 62 | 37 | 10 | 521 | 112 | 105 |
| Binary | 11101010 | 1110100 | 10100010 | 0 | 110010 | 11111 | 1000 | 101010001 | 1001010 | 1000101 |
Color Harmonies of #EA74A2
Complementary color
Monochromatic Colors of #EA74A2
Black with #EA74A2
Text Example
Text Example
White with #EA74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74A2; }
p { color: rgb(234,116,162); }
H1.HeaderClassName
{
color: #EA74A2;
}
.AnyTagClassName
{
color: #EA74A2;
}
</style>
background-color css
<style>
a { background-color: #EA74A2; }
a { background-color: rgb(234,116,162); }
div.DivClassName
{
background-color: #EA74A2;
}
.BgClassName
{
background-color: #EA74A2;
}
</style>
border-color css
<style>
span { border-color: #EA74A2; }
span { border-color: rgb(234,116,162); }
td.TdClassName
{
border-color: #EA74A2;
}
.TagClassName
{
border-color: #EA74A2;
}
</style>