Shades of Pale Violet Red #EA6B9A
Tints of Pale Violet Red #EA6B9A
RGB
CMYK
RGB Variations
Color information
#EA6B9A (or 0xEA6B9A) is known color: Pale Violet Red. HEX triplet: EA, 6B and 9A. RGB value is (234,107,154). Sum of RGB (Red+Green+Blue) = 234+107+154=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6B9A is #159465. Grayscale: #969696. Windows color (decimal): -1414246 or 10120170. OLE color: 10120170.
HSL color Cylindrical-coordinate representation of color #EA6B9A: hue angle of 337.8º 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 #EA6B9A is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 154 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.08 |
| HSL | 337.8º | 0.75% | 0.67% | - |
| HSV(B) | 337.8º | 0.54% | 0.92% | - |
| XYZ | 45.02 | 30.34 | 34.06 | - |
| YUV | 150.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 154 | 0 | 0.54 | 0.34 | 0.08 | 337.8 | 0.75 | 0.67 |
| Hex | EA | 6B | 9A | 0 | 36 | 22 | 8 | 152 | 4B | 43 |
| Octal | 352 | 153 | 232 | 0 | 66 | 42 | 10 | 522 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10011010 | 0 | 110110 | 100010 | 1000 | 101010010 | 1001011 | 1000011 |
Color Harmonies of #EA6B9A
Complementary color
Monochromatic Colors of #EA6B9A
Black with #EA6B9A
Text Example
Text Example
White with #EA6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B9A; }
p { color: rgb(234,107,154); }
H1.HeaderClassName
{
color: #EA6B9A;
}
.AnyTagClassName
{
color: #EA6B9A;
}
</style>
background-color css
<style>
a { background-color: #EA6B9A; }
a { background-color: rgb(234,107,154); }
div.DivClassName
{
background-color: #EA6B9A;
}
.BgClassName
{
background-color: #EA6B9A;
}
</style>
border-color css
<style>
span { border-color: #EA6B9A; }
span { border-color: rgb(234,107,154); }
td.TdClassName
{
border-color: #EA6B9A;
}
.TagClassName
{
border-color: #EA6B9A;
}
</style>