#ED9C89

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

Shades of Tonys Pink #ED9C89

Tints of Tonys Pink #ED9C89

Color information

#ED9C89 (or 0xED9C89) is unknown color: approx Tonys Pink. HEX triplet: ED, 9C and 89. RGB value is (237,156,137). Sum of RGB (Red+Green+Blue) = 237+156+137=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C89 is #126376. Grayscale: #B2B2B2. Windows color (decimal): -1205111 or 9018605. OLE color: 9018605.

HSL color Cylindrical-coordinate representation of color #ED9C89: hue angle of 11.4º 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 #ED9C89 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237156137-
CMYK00.340.420.07
HSL11.4º73.53%73.33%-
HSV(B)11.4º42.19%92.94%-
XYZ51.3343.5929.37-
YUV178.05104.84170.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 137 (53.91% from 255) = 25.85%
R=44.72%
G=29.43%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715613700.340.420.0711.473.5373.33
HexED9C890222A7b4a49
Octal35523421104252713112111
Binary1110110110011100100010010100010101010111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C89; }

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

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

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

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

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

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

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

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