#EA9D85

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

Shades of Tonys Pink #EA9D85

Tints of Tonys Pink #EA9D85

Color information

#EA9D85 (or 0xEA9D85) is unknown color: approx Tonys Pink. HEX triplet: EA, 9D and 85. RGB value is (234,157,133). Sum of RGB (Red+Green+Blue) = 234+157+133=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D85 is #15627A. Grayscale: #B1B1B1. Windows color (decimal): -1401467 or 8756714. OLE color: 8756714.

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

Color convert

RGB234157133-
CMYK00.330.430.08
HSL14.26º70.63%71.96%-
HSV(B)14.26º43.16%91.76%-
XYZ50.2243.327.9-
YUV177.29103.01168.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=44.66%
G=29.96%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415713300.330.430.0814.2670.6371.96
HexEA9D850212B8e4748
Octal352235205041531016107110
Binary11101010100111011000010101000011010111000111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D85; }

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

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

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

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

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

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

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

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