#ED9A88

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

Shades of Tonys Pink #ED9A88

Tints of Tonys Pink #ED9A88

Color information

#ED9A88 (or 0xED9A88) is unknown color: approx Tonys Pink. HEX triplet: ED, 9A and 88. RGB value is (237,154,136). Sum of RGB (Red+Green+Blue) = 237+154+136=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A88 is #126577. Grayscale: #B0B0B0. Windows color (decimal): -1205624 or 8952557. OLE color: 8952557.

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

Color convert

RGB237154136-
CMYK00.350.430.07
HSL10.69º73.72%73.14%-
HSV(B)10.69º42.62%92.94%-
XYZ50.9242.8928.89-
YUV176.76105170.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=44.97%
G=29.22%
B=25.81%

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
Decimal23715413600.350.430.0710.6973.7273.14
HexED9A880232B7b4a49
Octal35523221004353713112111
Binary1110110110011010100010000100011101011111101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A88; }

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

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

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

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

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

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

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

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