Shades of Pale Violet Red #EA6BA3
Tints of Pale Violet Red #EA6BA3
RGB
CMYK
RGB Variations
Color information
#EA6BA3 (or 0xEA6BA3) is known color: Pale Violet Red. HEX triplet: EA, 6B and A3. RGB value is (234,107,163). Sum of RGB (Red+Green+Blue) = 234+107+163=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BA3 is #15945C. Grayscale: #979797. Windows color (decimal): -1414237 or 10709994. OLE color: 10709994.
HSL color Cylindrical-coordinate representation of color #EA6BA3: hue angle of 333.54º 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 #EA6BA3 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 163 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.08 |
| HSL | 333.54º | 0.75% | 0.67% | - |
| HSV(B) | 333.54º | 0.54% | 0.92% | - |
| XYZ | 45.8 | 30.65 | 38.15 | - |
| YUV | 151.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 163 | 0 | 0.54 | 0.30 | 0.08 | 333.54 | 0.75 | 0.67 |
| Hex | EA | 6B | A3 | 0 | 36 | 1E | 8 | 14E | 4B | 43 |
| Octal | 352 | 153 | 243 | 0 | 66 | 36 | 10 | 516 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10100011 | 0 | 110110 | 11110 | 1000 | 101001110 | 1001011 | 1000011 |
Color Harmonies of #EA6BA3
Complementary color
Monochromatic Colors of #EA6BA3
Black with #EA6BA3
Text Example
Text Example
White with #EA6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BA3; }
p { color: rgb(234,107,163); }
H1.HeaderClassName
{
color: #EA6BA3;
}
.AnyTagClassName
{
color: #EA6BA3;
}
</style>
background-color css
<style>
a { background-color: #EA6BA3; }
a { background-color: rgb(234,107,163); }
div.DivClassName
{
background-color: #EA6BA3;
}
.BgClassName
{
background-color: #EA6BA3;
}
</style>
border-color css
<style>
span { border-color: #EA6BA3; }
span { border-color: rgb(234,107,163); }
td.TdClassName
{
border-color: #EA6BA3;
}
.TagClassName
{
border-color: #EA6BA3;
}
</style>