Shades of Pale Violet Red #EA6698
Tints of Pale Violet Red #EA6698
RGB
CMYK
RGB Variations
Color information
#EA6698 (or 0xEA6698) is known color: Pale Violet Red. HEX triplet: EA, 66 and 98. RGB value is (234,102,152). Sum of RGB (Red+Green+Blue) = 234+102+152=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6698 is #159967. Grayscale: #939393. Windows color (decimal): -1415528 or 9987818. OLE color: 9987818.
HSL color Cylindrical-coordinate representation of color #EA6698: hue angle of 337.27º 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 #EA6698 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 152 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.08 |
| HSL | 337.27º | 0.76% | 0.66% | - |
| HSV(B) | 337.27º | 0.56% | 0.92% | - |
| XYZ | 44.35 | 29.26 | 33.02 | - |
| YUV | 147.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 152 | 0 | 0.56 | 0.35 | 0.08 | 337.27 | 0.76 | 0.66 |
| Hex | EA | 66 | 98 | 0 | 38 | 23 | 8 | 151 | 4C | 42 |
| Octal | 352 | 146 | 230 | 0 | 70 | 43 | 10 | 521 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10011000 | 0 | 111000 | 100011 | 1000 | 101010001 | 1001100 | 1000010 |
Color Harmonies of #EA6698
Complementary color
Monochromatic Colors of #EA6698
Black with #EA6698
Text Example
Text Example
White with #EA6698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6698; }
p { color: rgb(234,102,152); }
H1.HeaderClassName
{
color: #EA6698;
}
.AnyTagClassName
{
color: #EA6698;
}
</style>
background-color css
<style>
a { background-color: #EA6698; }
a { background-color: rgb(234,102,152); }
div.DivClassName
{
background-color: #EA6698;
}
.BgClassName
{
background-color: #EA6698;
}
</style>
border-color css
<style>
span { border-color: #EA6698; }
span { border-color: rgb(234,102,152); }
td.TdClassName
{
border-color: #EA6698;
}
.TagClassName
{
border-color: #EA6698;
}
</style>