Shades of Pale Violet Red #EA7398
Tints of Pale Violet Red #EA7398
RGB
CMYK
RGB Variations
Color information
#EA7398 (or 0xEA7398) is known color: Pale Violet Red. HEX triplet: EA, 73 and 98. RGB value is (234,115,152). Sum of RGB (Red+Green+Blue) = 234+115+152=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7398 is #158C67. Grayscale: #9A9A9A. Windows color (decimal): -1412200 or 9991146. OLE color: 9991146.
HSL color Cylindrical-coordinate representation of color #EA7398: hue angle of 341.34º 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 #EA7398 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 152 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.08 |
| HSL | 341.34º | 0.74% | 0.68% | - |
| HSV(B) | 341.34º | 0.51% | 0.92% | - |
| XYZ | 45.73 | 32.02 | 33.48 | - |
| YUV | 154.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 152 | 0 | 0.51 | 0.35 | 0.08 | 341.34 | 0.74 | 0.68 |
| Hex | EA | 73 | 98 | 0 | 33 | 23 | 8 | 155 | 4A | 44 |
| Octal | 352 | 163 | 230 | 0 | 63 | 43 | 10 | 525 | 112 | 104 |
| Binary | 11101010 | 1110011 | 10011000 | 0 | 110011 | 100011 | 1000 | 101010101 | 1001010 | 1000100 |
Color Harmonies of #EA7398
Complementary color
Monochromatic Colors of #EA7398
Black with #EA7398
Text Example
Text Example
White with #EA7398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7398; }
p { color: rgb(234,115,152); }
H1.HeaderClassName
{
color: #EA7398;
}
.AnyTagClassName
{
color: #EA7398;
}
</style>
background-color css
<style>
a { background-color: #EA7398; }
a { background-color: rgb(234,115,152); }
div.DivClassName
{
background-color: #EA7398;
}
.BgClassName
{
background-color: #EA7398;
}
</style>
border-color css
<style>
span { border-color: #EA7398; }
span { border-color: rgb(234,115,152); }
td.TdClassName
{
border-color: #EA7398;
}
.TagClassName
{
border-color: #EA7398;
}
</style>