Shades of Pale Violet Red #EA67A0
Tints of Pale Violet Red #EA67A0
RGB
CMYK
RGB Variations
Color information
#EA67A0 (or 0xEA67A0) is known color: Pale Violet Red. HEX triplet: EA, 67 and A0. RGB value is (234,103,160). Sum of RGB (Red+Green+Blue) = 234+103+160=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA67A0 is #15985F. Grayscale: #949494. Windows color (decimal): -1415264 or 10512362. OLE color: 10512362.
HSL color Cylindrical-coordinate representation of color #EA67A0: hue angle of 333.89º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA67A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 160 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 333.89º | 0.76% | 0.66% | - |
| HSV(B) | 333.89º | 0.56% | 0.92% | - |
| XYZ | 45.13 | 29.73 | 36.62 | - |
| YUV | 148.67 | 134.4 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 160 | 0 | 0.56 | 0.32 | 0.08 | 333.89 | 0.76 | 0.66 |
| Hex | EA | 67 | A0 | 0 | 38 | 20 | 8 | 14E | 4C | 42 |
| Octal | 352 | 147 | 240 | 0 | 70 | 40 | 10 | 516 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10100000 | 0 | 111000 | 100000 | 1000 | 101001110 | 1001100 | 1000010 |
Color Harmonies of #EA67A0
Complementary color
Monochromatic Colors of #EA67A0
Black with #EA67A0
Text Example
Text Example
White with #EA67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA67A0; }
p { color: rgb(234,103,160); }
H1.HeaderClassName
{
color: #EA67A0;
}
.AnyTagClassName
{
color: #EA67A0;
}
</style>
background-color css
<style>
a { background-color: #EA67A0; }
a { background-color: rgb(234,103,160); }
div.DivClassName
{
background-color: #EA67A0;
}
.BgClassName
{
background-color: #EA67A0;
}
</style>
border-color css
<style>
span { border-color: #EA67A0; }
span { border-color: rgb(234,103,160); }
td.TdClassName
{
border-color: #EA67A0;
}
.TagClassName
{
border-color: #EA67A0;
}
</style>