Shades of Pale Violet Red #EA679E
Tints of Pale Violet Red #EA679E
RGB
CMYK
RGB Variations
Color information
#EA679E (or 0xEA679E) is known color: Pale Violet Red. HEX triplet: EA, 67 and 9E. RGB value is (234,103,158). Sum of RGB (Red+Green+Blue) = 234+103+158=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA679E is #159861. Grayscale: #949494. Windows color (decimal): -1415266 or 10381290. OLE color: 10381290.
HSL color Cylindrical-coordinate representation of color #EA679E: hue angle of 334.81º 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 #EA679E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 158 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.08 |
| HSL | 334.81º | 0.76% | 0.66% | - |
| HSV(B) | 334.81º | 0.56% | 0.92% | - |
| XYZ | 44.95 | 29.66 | 35.7 | - |
| YUV | 148.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 158 | 0 | 0.56 | 0.32 | 0.08 | 334.81 | 0.76 | 0.66 |
| Hex | EA | 67 | 9E | 0 | 38 | 20 | 8 | 14F | 4C | 42 |
| Octal | 352 | 147 | 236 | 0 | 70 | 40 | 10 | 517 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10011110 | 0 | 111000 | 100000 | 1000 | 101001111 | 1001100 | 1000010 |
Color Harmonies of #EA679E
Complementary color
Monochromatic Colors of #EA679E
Black with #EA679E
Text Example
Text Example
White with #EA679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA679E; }
p { color: rgb(234,103,158); }
H1.HeaderClassName
{
color: #EA679E;
}
.AnyTagClassName
{
color: #EA679E;
}
</style>
background-color css
<style>
a { background-color: #EA679E; }
a { background-color: rgb(234,103,158); }
div.DivClassName
{
background-color: #EA679E;
}
.BgClassName
{
background-color: #EA679E;
}
</style>
border-color css
<style>
span { border-color: #EA679E; }
span { border-color: rgb(234,103,158); }
td.TdClassName
{
border-color: #EA679E;
}
.TagClassName
{
border-color: #EA679E;
}
</style>