#EBA38E

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

Shades of Tonys Pink #EBA38E

Tints of Tonys Pink #EBA38E

Color information

#EBA38E (or 0xEBA38E) is unknown color: approx Tonys Pink. HEX triplet: EB, A3 and 8E. RGB value is (235,163,142). Sum of RGB (Red+Green+Blue) = 235+163+142=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA38E is #145C71. Grayscale: #B6B6B6. Windows color (decimal): -1334386 or 9348075. OLE color: 9348075.

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

Color convert

RGB235163142-
CMYK00.310.400.08
HSL13.55º69.92%73.92%-
HSV(B)13.55º39.57%92.16%-
XYZ52.2445.8131.68-
YUV182.13105.35165.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=43.52%
G=30.19%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516314200.310.400.0813.5569.9273.92
HexEBA38E01F288e464a
Octal353243216037501016106112
Binary1110101110100011100011100111111010001000111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA38E; }

 p { color: rgb(235,163,142); }

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

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

 a { background-color: rgb(235,163,142); }

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

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

 span { border-color: rgb(235,163,142); }

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