Shades of Pale Violet Red #EA66A0
Tints of Pale Violet Red #EA66A0
RGB
CMYK
RGB Variations
Color information
#EA66A0 (or 0xEA66A0) is known color: Pale Violet Red. HEX triplet: EA, 66 and A0. RGB value is (234,102,160). Sum of RGB (Red+Green+Blue) = 234+102+160=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66A0 is #15995F. Grayscale: #939393. Windows color (decimal): -1415520 or 10512106. OLE color: 10512106.
HSL color Cylindrical-coordinate representation of color #EA66A0: hue angle of 333.64º 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 #EA66A0 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 160 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 333.64º | 0.76% | 0.66% | - |
| HSV(B) | 333.64º | 0.56% | 0.92% | - |
| XYZ | 45.03 | 29.53 | 36.58 | - |
| YUV | 148.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 160 | 0 | 0.56 | 0.32 | 0.08 | 333.64 | 0.76 | 0.66 |
| Hex | EA | 66 | A0 | 0 | 38 | 20 | 8 | 14E | 4C | 42 |
| Octal | 352 | 146 | 240 | 0 | 70 | 40 | 10 | 516 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10100000 | 0 | 111000 | 100000 | 1000 | 101001110 | 1001100 | 1000010 |
Color Harmonies of #EA66A0
Complementary color
Monochromatic Colors of #EA66A0
Black with #EA66A0
Text Example
Text Example
White with #EA66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66A0; }
p { color: rgb(234,102,160); }
H1.HeaderClassName
{
color: #EA66A0;
}
.AnyTagClassName
{
color: #EA66A0;
}
</style>
background-color css
<style>
a { background-color: #EA66A0; }
a { background-color: rgb(234,102,160); }
div.DivClassName
{
background-color: #EA66A0;
}
.BgClassName
{
background-color: #EA66A0;
}
</style>
border-color css
<style>
span { border-color: #EA66A0; }
span { border-color: rgb(234,102,160); }
td.TdClassName
{
border-color: #EA66A0;
}
.TagClassName
{
border-color: #EA66A0;
}
</style>