#EBA191

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

Shades of Tonys Pink #EBA191

Tints of Tonys Pink #EBA191

Color information

#EBA191 (or 0xEBA191) is unknown color: approx Tonys Pink. HEX triplet: EB, A1 and 91. RGB value is (235,161,145). Sum of RGB (Red+Green+Blue) = 235+161+145=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA191 is #145E6E. Grayscale: #B5B5B5. Windows color (decimal): -1334895 or 9544171. OLE color: 9544171.

HSL color Cylindrical-coordinate representation of color #EBA191: hue angle of 10.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA191 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235161145-
CMYK00.310.380.08
HSL10.67º69.23%74.51%-
HSV(B)10.67º38.3%92.16%-
XYZ52.1245.232.76-
YUV181.3107.52166.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=43.44%
G=29.76%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516114500.310.380.0810.6769.2374.51
HexEBA19101F268b454b
Octal353241221037461013105113
Binary1110101110100001100100010111111001101000101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA191; }

 p { color: rgb(235,161,145); }

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

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

 a { background-color: rgb(235,161,145); }

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

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

 span { border-color: rgb(235,161,145); }

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