Shades of Pale Violet Red #EA6C9F
Tints of Pale Violet Red #EA6C9F
RGB
CMYK
RGB Variations
Color information
#EA6C9F (or 0xEA6C9F) is known color: Pale Violet Red. HEX triplet: EA, 6C and 9F. RGB value is (234,108,159). Sum of RGB (Red+Green+Blue) = 234+108+159=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C9F is #159360. Grayscale: #979797. Windows color (decimal): -1413985 or 10448106. OLE color: 10448106.
HSL color Cylindrical-coordinate representation of color #EA6C9F: hue angle of 335.71º 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 #EA6C9F is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 159 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.08 |
| HSL | 335.71º | 0.75% | 0.67% | - |
| HSV(B) | 335.71º | 0.54% | 0.92% | - |
| XYZ | 45.55 | 30.72 | 36.33 | - |
| YUV | 151.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 159 | 0 | 0.54 | 0.32 | 0.08 | 335.71 | 0.75 | 0.67 |
| Hex | EA | 6C | 9F | 0 | 36 | 20 | 8 | 150 | 4B | 43 |
| Octal | 352 | 154 | 237 | 0 | 66 | 40 | 10 | 520 | 113 | 103 |
| Binary | 11101010 | 1101100 | 10011111 | 0 | 110110 | 100000 | 1000 | 101010000 | 1001011 | 1000011 |
Color Harmonies of #EA6C9F
Complementary color
Monochromatic Colors of #EA6C9F
Black with #EA6C9F
Text Example
Text Example
White with #EA6C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C9F; }
p { color: rgb(234,108,159); }
H1.HeaderClassName
{
color: #EA6C9F;
}
.AnyTagClassName
{
color: #EA6C9F;
}
</style>
background-color css
<style>
a { background-color: #EA6C9F; }
a { background-color: rgb(234,108,159); }
div.DivClassName
{
background-color: #EA6C9F;
}
.BgClassName
{
background-color: #EA6C9F;
}
</style>
border-color css
<style>
span { border-color: #EA6C9F; }
span { border-color: rgb(234,108,159); }
td.TdClassName
{
border-color: #EA6C9F;
}
.TagClassName
{
border-color: #EA6C9F;
}
</style>