Shades of Pale Violet Red #EA6695
Tints of Pale Violet Red #EA6695
RGB
CMYK
RGB Variations
Color information
#EA6695 (or 0xEA6695) is known color: Pale Violet Red. HEX triplet: EA, 66 and 95. RGB value is (234,102,149). Sum of RGB (Red+Green+Blue) = 234+102+149=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6695 is #15996A. Grayscale: #929292. Windows color (decimal): -1415531 or 9791210. OLE color: 9791210.
HSL color Cylindrical-coordinate representation of color #EA6695: hue angle of 338.64º 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 #EA6695 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 149 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.08 |
| HSL | 338.64º | 0.76% | 0.66% | - |
| HSV(B) | 338.64º | 0.56% | 0.92% | - |
| XYZ | 44.11 | 29.17 | 31.74 | - |
| YUV | 146.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 149 | 0 | 0.56 | 0.36 | 0.08 | 338.64 | 0.76 | 0.66 |
| Hex | EA | 66 | 95 | 0 | 38 | 24 | 8 | 153 | 4C | 42 |
| Octal | 352 | 146 | 225 | 0 | 70 | 44 | 10 | 523 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10010101 | 0 | 111000 | 100100 | 1000 | 101010011 | 1001100 | 1000010 |
Color Harmonies of #EA6695
Complementary color
Monochromatic Colors of #EA6695
Black with #EA6695
Text Example
Text Example
White with #EA6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6695; }
p { color: rgb(234,102,149); }
H1.HeaderClassName
{
color: #EA6695;
}
.AnyTagClassName
{
color: #EA6695;
}
</style>
background-color css
<style>
a { background-color: #EA6695; }
a { background-color: rgb(234,102,149); }
div.DivClassName
{
background-color: #EA6695;
}
.BgClassName
{
background-color: #EA6695;
}
</style>
border-color css
<style>
span { border-color: #EA6695; }
span { border-color: rgb(234,102,149); }
td.TdClassName
{
border-color: #EA6695;
}
.TagClassName
{
border-color: #EA6695;
}
</style>