#ed9a89

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

Shades of Tonys Pink #ED9A89

Tints of Tonys Pink #ED9A89

Color information

#ED9A89 (or 0xED9A89) is unknown color: approx Tonys Pink. HEX triplet: ED, 9A and 89. RGB value is (237,154,137). Sum of RGB (Red+Green+Blue) = 237+154+137=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A89 is #126576. Grayscale: #B1B1B1. Windows color (decimal): -1205623 or 9018093. OLE color: 9018093.

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

Color convert

RGB237154137-
CMYK00.350.420.07
HSL10.2º73.53%73.33%-
HSV(B)10.2º42.19%92.94%-
XYZ5142.9229.26-
YUV176.88105.5170.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=44.89%
G=29.17%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715413700.350.420.0710.273.5373.33
HexED9A890232A7a4a49
Octal35523221104352712112111
Binary1110110110011010100010010100011101010111101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9a89; }

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

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

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

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

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

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

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

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