#EA9987

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

Shades of Tonys Pink #EA9987

Tints of Tonys Pink #EA9987

Color information

#EA9987 (or 0xEA9987) is unknown color: approx Tonys Pink. HEX triplet: EA, 99 and 87. RGB value is (234,153,135). Sum of RGB (Red+Green+Blue) = 234+153+135=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9987 is #156678. Grayscale: #AFAFAF. Windows color (decimal): -1402489 or 8886762. OLE color: 8886762.

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

Color convert

RGB234153135-
CMYK00.350.420.08
HSL10.91º70.21%72.35%-
HSV(B)10.91º42.31%91.76%-
XYZ49.742.0228.41-
YUV175.17105.34169.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=44.83%
G=29.31%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415313500.350.420.0810.9170.2172.35
HexEA99870232A8b4648
Octal352231207043521013106110
Binary11101010100110011000011101000111010101000101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9987; }

 p { color: rgb(234,153,135); }

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

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

 a { background-color: rgb(234,153,135); }

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

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

 span { border-color: rgb(234,153,135); }

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