Shades of Pale Violet Red #EA7397
Tints of Pale Violet Red #EA7397
RGB
CMYK
RGB Variations
Color information
#EA7397 (or 0xEA7397) is known color: Pale Violet Red. HEX triplet: EA, 73 and 97. RGB value is (234,115,151). Sum of RGB (Red+Green+Blue) = 234+115+151=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7397 is #158C68. Grayscale: #9A9A9A. Windows color (decimal): -1412201 or 9925610. OLE color: 9925610.
HSL color Cylindrical-coordinate representation of color #EA7397: hue angle of 341.85º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7397 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 151 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.08 |
| HSL | 341.85º | 0.74% | 0.68% | - |
| HSV(B) | 341.85º | 0.51% | 0.92% | - |
| XYZ | 45.65 | 31.99 | 33.05 | - |
| YUV | 154.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 151 | 0 | 0.51 | 0.35 | 0.08 | 341.85 | 0.74 | 0.68 |
| Hex | EA | 73 | 97 | 0 | 33 | 23 | 8 | 156 | 4A | 44 |
| Octal | 352 | 163 | 227 | 0 | 63 | 43 | 10 | 526 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10010111 | 0 | 110011 | 100011 | 1000 | 101010110 | 1001010 | 1000100 |
Color Harmonies of #EA7397
Complementary color
Monochromatic Colors of #EA7397
Black with #EA7397
Text Example
Text Example
White with #EA7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7397; }
p { color: rgb(234,115,151); }
H1.HeaderClassName
{
color: #EA7397;
}
.AnyTagClassName
{
color: #EA7397;
}
</style>
background-color css
<style>
a { background-color: #EA7397; }
a { background-color: rgb(234,115,151); }
div.DivClassName
{
background-color: #EA7397;
}
.BgClassName
{
background-color: #EA7397;
}
</style>
border-color css
<style>
span { border-color: #EA7397; }
span { border-color: rgb(234,115,151); }
td.TdClassName
{
border-color: #EA7397;
}
.TagClassName
{
border-color: #EA7397;
}
</style>