Shades of Pale Violet Red #EA6796
Tints of Pale Violet Red #EA6796
RGB
CMYK
RGB Variations
Color information
#EA6796 (or 0xEA6796) is known color: Pale Violet Red. HEX triplet: EA, 67 and 96. RGB value is (234,103,150). Sum of RGB (Red+Green+Blue) = 234+103+150=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6796 is #159869. Grayscale: #939393. Windows color (decimal): -1415274 or 9857002. OLE color: 9857002.
HSL color Cylindrical-coordinate representation of color #EA6796: hue angle of 338.47º 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 #EA6796 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 150 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.08 |
| HSL | 338.47º | 0.76% | 0.66% | - |
| HSV(B) | 338.47º | 0.56% | 0.92% | - |
| XYZ | 44.29 | 29.39 | 32.19 | - |
| YUV | 147.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 150 | 0 | 0.56 | 0.36 | 0.08 | 338.47 | 0.76 | 0.66 |
| Hex | EA | 67 | 96 | 0 | 38 | 24 | 8 | 152 | 4C | 42 |
| Octal | 352 | 147 | 226 | 0 | 70 | 44 | 10 | 522 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10010110 | 0 | 111000 | 100100 | 1000 | 101010010 | 1001100 | 1000010 |
Color Harmonies of #EA6796
Complementary color
Monochromatic Colors of #EA6796
Black with #EA6796
Text Example
Text Example
White with #EA6796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6796; }
p { color: rgb(234,103,150); }
H1.HeaderClassName
{
color: #EA6796;
}
.AnyTagClassName
{
color: #EA6796;
}
</style>
background-color css
<style>
a { background-color: #EA6796; }
a { background-color: rgb(234,103,150); }
div.DivClassName
{
background-color: #EA6796;
}
.BgClassName
{
background-color: #EA6796;
}
</style>
border-color css
<style>
span { border-color: #EA6796; }
span { border-color: rgb(234,103,150); }
td.TdClassName
{
border-color: #EA6796;
}
.TagClassName
{
border-color: #EA6796;
}
</style>