Shades of Negroni #EABEA2
Tints of Negroni #EABEA2
RGB
CMYK
RGB Variations
Color information
#EABEA2 (or 0xEABEA2) is known color: Negroni. HEX triplet: EA, BE and A2. RGB value is (234,190,162). Sum of RGB (Red+Green+Blue) = 234+190+162=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA2 is #15415D. Grayscale: #C8C8C8. Windows color (decimal): -1392990 or 10665706. OLE color: 10665706.
HSL color Cylindrical-coordinate representation of color #EABEA2: hue angle of 23.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABEA2 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 162 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.08 |
| HSL | 23.33º | 0.63% | 0.78% | - |
| HSV(B) | 23.33º | 0.31% | 0.92% | - |
| XYZ | 58.87 | 56.93 | 42.07 | - |
| YUV | 199.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 162 | 0 | 0.19 | 0.31 | 0.08 | 23.33 | 0.63 | 0.78 |
| Hex | EA | BE | A2 | 0 | 13 | 1F | 8 | 17 | 3F | 4E |
| Octal | 352 | 276 | 242 | 0 | 23 | 37 | 10 | 27 | 77 | 116 |
| Binary | 11101010 | 10111110 | 10100010 | 0 | 10011 | 11111 | 1000 | 10111 | 111111 | 1001110 |
Color Harmonies of #EABEA2
Complementary color
Monochromatic Colors of #EABEA2
Black with #EABEA2
Text Example
Text Example
White with #EABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEA2; }
p { color: rgb(234,190,162); }
H1.HeaderClassName
{
color: #EABEA2;
}
.AnyTagClassName
{
color: #EABEA2;
}
</style>
background-color css
<style>
a { background-color: #EABEA2; }
a { background-color: rgb(234,190,162); }
div.DivClassName
{
background-color: #EABEA2;
}
.BgClassName
{
background-color: #EABEA2;
}
</style>
border-color css
<style>
span { border-color: #EABEA2; }
span { border-color: rgb(234,190,162); }
td.TdClassName
{
border-color: #EABEA2;
}
.TagClassName
{
border-color: #EABEA2;
}
</style>