#EA9E8B

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

Shades of Tonys Pink #EA9E8B

Tints of Tonys Pink #EA9E8B

Color information

#EA9E8B (or 0xEA9E8B) is unknown color: approx Tonys Pink. HEX triplet: EA, 9E and 8B. RGB value is (234,158,139). Sum of RGB (Red+Green+Blue) = 234+158+139=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E8B is #156174. Grayscale: #B2B2B2. Windows color (decimal): -1401205 or 9150186. OLE color: 9150186.

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

Color convert

RGB234158139-
CMYK00.320.410.08
HSL12º69.34%73.14%-
HSV(B)12º40.6%91.76%-
XYZ50.8243.8130.2-
YUV178.56105.68167.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=44.07%
G=29.76%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415813900.320.410.081269.3473.14
HexEA9E8B020298c4549
Octal352236213040511014105111
Binary11101010100111101000101101000001010011000110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E8B; }

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

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

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

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

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

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

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

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