#EA9D91

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

Shades of Tonys Pink #EA9D91

Tints of Tonys Pink #EA9D91

Color information

#EA9D91 (or 0xEA9D91) is unknown color: approx Tonys Pink. HEX triplet: EA, 9D and 91. RGB value is (234,157,145). Sum of RGB (Red+Green+Blue) = 234+157+145=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D91 is #15626E. Grayscale: #B2B2B2. Windows color (decimal): -1401455 or 9543146. OLE color: 9543146.

HSL color Cylindrical-coordinate representation of color #EA9D91: hue angle of 8.09º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9D91 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234157145-
CMYK00.330.380.08
HSL8.09º67.94%74.31%-
HSV(B)8.09º38.03%91.76%-
XYZ51.143.6532.52-
YUV178.66109.01167.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=43.66%
G=29.29%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415714500.330.380.088.0967.9474.31
HexEA9D910212688444a
Octal352235221041461010104112
Binary11101010100111011001000101000011001101000100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D91; }

 p { color: rgb(234,157,145); }

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

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

 a { background-color: rgb(234,157,145); }

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

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

 span { border-color: rgb(234,157,145); }

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