#EA9B88

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

Shades of Tonys Pink #EA9B88

Tints of Tonys Pink #EA9B88

Color information

#EA9B88 (or 0xEA9B88) is unknown color: approx Tonys Pink. HEX triplet: EA, 9B and 88. RGB value is (234,155,136). Sum of RGB (Red+Green+Blue) = 234+155+136=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B88 is #156477. Grayscale: #B0B0B0. Windows color (decimal): -1401976 or 8952810. OLE color: 8952810.

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

Color convert

RGB234155136-
CMYK00.340.420.08
HSL11.63º70%72.55%-
HSV(B)11.63º41.88%91.76%-
XYZ50.142.7128.9-
YUV176.46105.17169.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=44.57%
G=29.52%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415513600.340.420.0811.637072.55
HexEA9B880222A8c4649
Octal352233210042521014106111
Binary11101010100110111000100001000101010101000110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B88; }

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

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

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

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

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

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

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

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