#EA9B8B

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

Shades of Tonys Pink #EA9B8B

Tints of Tonys Pink #EA9B8B

Color information

#EA9B8B (or 0xEA9B8B) is unknown color: approx Tonys Pink. HEX triplet: EA, 9B and 8B. RGB value is (234,155,139). Sum of RGB (Red+Green+Blue) = 234+155+139=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B8B is #156474. Grayscale: #B0B0B0. Windows color (decimal): -1401973 or 9149418. OLE color: 9149418.

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

Color convert

RGB234155139-
CMYK00.340.410.08
HSL10.11º69.34%73.14%-
HSV(B)10.11º40.6%91.76%-
XYZ50.3142.830.04-
YUV176.8106.67168.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=44.32%
G=29.36%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415513900.340.410.0810.1169.3473.14
HexEA9B8B022298a4549
Octal352233213042511012105111
Binary11101010100110111000101101000101010011000101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B8B; }

 p { color: rgb(234,155,139); }

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

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

 a { background-color: rgb(234,155,139); }

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

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

 span { border-color: rgb(234,155,139); }

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