#EBA190

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

Shades of Tonys Pink #EBA190

Tints of Tonys Pink #EBA190

Color information

#EBA190 (or 0xEBA190) is unknown color: approx Tonys Pink. HEX triplet: EB, A1 and 90. RGB value is (235,161,144). Sum of RGB (Red+Green+Blue) = 235+161+144=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA190 is #145E6F. Grayscale: #B5B5B5. Windows color (decimal): -1334896 or 9478635. OLE color: 9478635.

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

Color convert

RGB235161144-
CMYK00.310.390.08
HSL11.21º69.47%74.31%-
HSV(B)11.21º38.72%92.16%-
XYZ52.0445.1732.36-
YUV181.19107.02166.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=43.52%
G=29.81%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516114400.310.390.0811.2169.4774.31
HexEBA19001F278b454a
Octal353241220037471013105112
Binary1110101110100001100100000111111001111000101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA190; }

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

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

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

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

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

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

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

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