#ED9A87

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

Shades of Tonys Pink #ED9A87

Tints of Tonys Pink #ED9A87

Color information

#ED9A87 (or 0xED9A87) is unknown color: approx Tonys Pink. HEX triplet: ED, 9A and 87. RGB value is (237,154,135). Sum of RGB (Red+Green+Blue) = 237+154+135=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A87 is #126578. Grayscale: #B0B0B0. Windows color (decimal): -1205625 or 8887021. OLE color: 8887021.

HSL color Cylindrical-coordinate representation of color #ED9A87: hue angle of 11.18º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED9A87 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237154135-
CMYK00.350.430.07
HSL11.18º73.91%72.94%-
HSV(B)11.18º43.04%92.94%-
XYZ50.8542.8628.52-
YUV176.65104.5171.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=45.06%
G=29.28%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715413500.350.430.0711.1873.9172.94
HexED9A870232B7b4a49
Octal35523220704353713112111
Binary1110110110011010100001110100011101011111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A87; }

 p { color: rgb(237,154,135); }

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

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

 a { background-color: rgb(237,154,135); }

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

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

 span { border-color: rgb(237,154,135); }

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