#E8BFA2

Color #E8BFA2 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #E8BFA2

Tints of Negroni #E8BFA2

Color information

#E8BFA2 (or 0xE8BFA2) is unknown color: approx Negroni. HEX triplet: E8, BF and A2. RGB value is (232,191,162). Sum of RGB (Red+Green+Blue) = 232+191+162=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFA2 is #17405D. Grayscale: #C8C8C8. Windows color (decimal): -1523806 or 10665960. OLE color: 10665960.

HSL color Cylindrical-coordinate representation of color #E8BFA2: hue angle of 24.86º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8BFA2 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB232191162-
CMYK00.180.300.09
HSL24.86º60.34%77.25%-
HSV(B)24.86º30.17%90.98%-
XYZ58.4357.0342.11-
YUV199.95106.58150.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 39.66%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=39.66%
G=32.65%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219116200.180.300.0924.8660.3477.25
HexE8BFA20121E9193c4d
Octal35027724202236113174115
Binary111010001011111110100010010010111101001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFA2; }

 p { color: rgb(232,191,162); }

 H1.HeaderClassName
 {
   color: #E8BFA2;
 }
 .AnyTagClassName
 {
   color: #E8BFA2;
 }
</style>
background-color css

<style>
 a { background-color: #E8BFA2; }

 a { background-color: rgb(232,191,162); }

 div.DivClassName
 {
   background-color: #E8BFA2;
 }
 .BgClassName
 {
   background-color: #E8BFA2;
 }
</style>
border-color css

<style>
 span { border-color: #E8BFA2; }

 span { border-color: rgb(232,191,162); }

 td.TdClassName
 {
   border-color: #E8BFA2;
 }
 .TagClassName
 {
   border-color: #E8BFA2;
 }
</style>