Shades of Pale Violet Red #EA6BA4
Tints of Pale Violet Red #EA6BA4
RGB
CMYK
RGB Variations
Color information
#EA6BA4 (or 0xEA6BA4) is known color: Pale Violet Red. HEX triplet: EA, 6B and A4. RGB value is (234,107,164). Sum of RGB (Red+Green+Blue) = 234+107+164=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BA4 is #15945B. Grayscale: #979797. Windows color (decimal): -1414236 or 10775530. OLE color: 10775530.
HSL color Cylindrical-coordinate representation of color #EA6BA4: hue angle of 333.07º 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 #EA6BA4 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 164 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.08 |
| HSL | 333.07º | 0.75% | 0.67% | - |
| HSV(B) | 333.07º | 0.54% | 0.92% | - |
| XYZ | 45.89 | 30.69 | 38.63 | - |
| YUV | 151.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 164 | 0 | 0.54 | 0.30 | 0.08 | 333.07 | 0.75 | 0.67 |
| Hex | EA | 6B | A4 | 0 | 36 | 1E | 8 | 14D | 4B | 43 |
| Octal | 352 | 153 | 244 | 0 | 66 | 36 | 10 | 515 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10100100 | 0 | 110110 | 11110 | 1000 | 101001101 | 1001011 | 1000011 |
Color Harmonies of #EA6BA4
Complementary color
Monochromatic Colors of #EA6BA4
Black with #EA6BA4
Text Example
Text Example
White with #EA6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BA4; }
p { color: rgb(234,107,164); }
H1.HeaderClassName
{
color: #EA6BA4;
}
.AnyTagClassName
{
color: #EA6BA4;
}
</style>
background-color css
<style>
a { background-color: #EA6BA4; }
a { background-color: rgb(234,107,164); }
div.DivClassName
{
background-color: #EA6BA4;
}
.BgClassName
{
background-color: #EA6BA4;
}
</style>
border-color css
<style>
span { border-color: #EA6BA4; }
span { border-color: rgb(234,107,164); }
td.TdClassName
{
border-color: #EA6BA4;
}
.TagClassName
{
border-color: #EA6BA4;
}
</style>