#EBA18F

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

Shades of Tonys Pink #EBA18F

Tints of Tonys Pink #EBA18F

Color information

#EBA18F (or 0xEBA18F) is unknown color: approx Tonys Pink. HEX triplet: EB, A1 and 8F. RGB value is (235,161,143). Sum of RGB (Red+Green+Blue) = 235+161+143=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA18F is #145E70. Grayscale: #B5B5B5. Windows color (decimal): -1334897 or 9413099. OLE color: 9413099.

HSL color Cylindrical-coordinate representation of color #EBA18F: hue angle of 11.74º degrees, saturation: 0.7, 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 #EBA18F is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235161143-
CMYK00.310.390.08
HSL11.74º69.7%74.12%-
HSV(B)11.74º39.15%92.16%-
XYZ51.9645.1431.96-
YUV181.07106.52166.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=43.60%
G=29.87%
B=26.53%

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
Decimal23516114300.310.390.0811.7469.774.12
HexEBA18F01F278c464a
Octal353241217037471014106112
Binary1110101110100001100011110111111001111000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA18F; }

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

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

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

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

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

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

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

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