#EBA48E

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

Shades of Tonys Pink #EBA48E

Tints of Tonys Pink #EBA48E

Color information

#EBA48E (or 0xEBA48E) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 8E. RGB value is (235,164,142). Sum of RGB (Red+Green+Blue) = 235+164+142=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48E is #145B71. Grayscale: #B6B6B6. Windows color (decimal): -1334130 or 9348331. OLE color: 9348331.

HSL color Cylindrical-coordinate representation of color #EBA48E: hue angle of 14.19º 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 #EBA48E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235164142-
CMYK00.300.400.08
HSL14.19º69.92%73.92%-
HSV(B)14.19º39.57%92.16%-
XYZ52.4246.1731.74-
YUV182.72105.02165.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=43.44%
G=30.31%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516414200.300.400.0814.1969.9273.92
HexEBA48E01E288e464a
Octal353244216036501016106112
Binary1110101110100100100011100111101010001000111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA48E; }

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

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

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

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

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

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

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

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