#EA9985

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

Shades of Tonys Pink #EA9985

Tints of Tonys Pink #EA9985

Color information

#EA9985 (or 0xEA9985) is unknown color: approx Tonys Pink. HEX triplet: EA, 99 and 85. RGB value is (234,153,133). Sum of RGB (Red+Green+Blue) = 234+153+133=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9985 is #15667A. Grayscale: #AFAFAF. Windows color (decimal): -1402491 or 8755690. OLE color: 8755690.

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

Color convert

RGB234153133-
CMYK00.350.430.08
HSL11.88º70.63%71.96%-
HSV(B)11.88º43.16%91.76%-
XYZ49.5641.9727.68-
YUV174.94104.34170.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=45%
G=29.42%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415313300.350.430.0811.8870.6371.96
HexEA99850232B8c4748
Octal352231205043531014107110
Binary11101010100110011000010101000111010111000110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9985; }

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

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

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

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

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

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

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

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