Shades of Pale Violet Red #EA6CA4
Tints of Pale Violet Red #EA6CA4
RGB
CMYK
RGB Variations
Color information
#EA6CA4 (or 0xEA6CA4) is known color: Pale Violet Red. HEX triplet: EA, 6C and A4. RGB value is (234,108,164). Sum of RGB (Red+Green+Blue) = 234+108+164=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6CA4 is #15935B. Grayscale: #979797. Windows color (decimal): -1413980 or 10775786. OLE color: 10775786.
HSL color Cylindrical-coordinate representation of color #EA6CA4: hue angle of 333.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CA4 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 164 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.08 |
| HSL | 333.33º | 0.75% | 0.67% | - |
| HSV(B) | 333.33º | 0.54% | 0.92% | - |
| XYZ | 46 | 30.9 | 38.66 | - |
| YUV | 152.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 164 | 0 | 0.54 | 0.30 | 0.08 | 333.33 | 0.75 | 0.67 |
| Hex | EA | 6C | A4 | 0 | 36 | 1E | 8 | 14D | 4B | 43 |
| Octal | 352 | 154 | 244 | 0 | 66 | 36 | 10 | 515 | 113 | 103 |
| Binary | 11101010 | 1101100 | 10100100 | 0 | 110110 | 11110 | 1000 | 101001101 | 1001011 | 1000011 |
Color Harmonies of #EA6CA4
Complementary color
Monochromatic Colors of #EA6CA4
Black with #EA6CA4
Text Example
Text Example
White with #EA6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CA4; }
p { color: rgb(234,108,164); }
H1.HeaderClassName
{
color: #EA6CA4;
}
.AnyTagClassName
{
color: #EA6CA4;
}
</style>
background-color css
<style>
a { background-color: #EA6CA4; }
a { background-color: rgb(234,108,164); }
div.DivClassName
{
background-color: #EA6CA4;
}
.BgClassName
{
background-color: #EA6CA4;
}
</style>
border-color css
<style>
span { border-color: #EA6CA4; }
span { border-color: rgb(234,108,164); }
td.TdClassName
{
border-color: #EA6CA4;
}
.TagClassName
{
border-color: #EA6CA4;
}
</style>