Shades of Pale Violet Red #EA679F
Tints of Pale Violet Red #EA679F
RGB
CMYK
RGB Variations
Color information
#EA679F (or 0xEA679F) is known color: Pale Violet Red. HEX triplet: EA, 67 and 9F. RGB value is (234,103,159). Sum of RGB (Red+Green+Blue) = 234+103+159=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA679F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA679F is #159860. Grayscale: #949494. Windows color (decimal): -1415265 or 10446826. OLE color: 10446826.
HSL color Cylindrical-coordinate representation of color #EA679F: hue angle of 334.35º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA679F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 159 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 334.35º | 0.76% | 0.66% | - |
| HSV(B) | 334.35º | 0.56% | 0.92% | - |
| XYZ | 45.04 | 29.7 | 36.16 | - |
| YUV | 148.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 159 | 0 | 0.56 | 0.32 | 0.08 | 334.35 | 0.76 | 0.66 |
| Hex | EA | 67 | 9F | 0 | 38 | 20 | 8 | 14E | 4C | 42 |
| Octal | 352 | 147 | 237 | 0 | 70 | 40 | 10 | 516 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10011111 | 0 | 111000 | 100000 | 1000 | 101001110 | 1001100 | 1000010 |
Color Harmonies of #EA679F
Complementary color
Monochromatic Colors of #EA679F
Black with #EA679F
Text Example
Text Example
White with #EA679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA679F; }
p { color: rgb(234,103,159); }
H1.HeaderClassName
{
color: #EA679F;
}
.AnyTagClassName
{
color: #EA679F;
}
</style>
background-color css
<style>
a { background-color: #EA679F; }
a { background-color: rgb(234,103,159); }
div.DivClassName
{
background-color: #EA679F;
}
.BgClassName
{
background-color: #EA679F;
}
</style>
border-color css
<style>
span { border-color: #EA679F; }
span { border-color: rgb(234,103,159); }
td.TdClassName
{
border-color: #EA679F;
}
.TagClassName
{
border-color: #EA679F;
}
</style>