#ED9089

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

Shades of Sweet Pink #ED9089

Tints of Sweet Pink #ED9089

Color information

#ED9089 (or 0xED9089) is unknown color: approx Sweet Pink. HEX triplet: ED, 90 and 89. RGB value is (237,144,137). Sum of RGB (Red+Green+Blue) = 237+144+137=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9089 is #126F76. Grayscale: #ABABAB. Windows color (decimal): -1208183 or 9015533. OLE color: 9015533.

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

Color convert

RGB237144137-
CMYK00.390.420.07
HSL4.2º73.53%73.33%-
HSV(B)4.2º42.19%92.94%-
XYZ49.4139.7628.74-
YUV171.01108.81175.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=45.75%
G=27.80%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714413700.390.420.074.273.5373.33
HexED90890272A744a49
Octal3552202110475274112111
Binary111011011001000010001001010011110101011110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9089; }

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

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

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

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

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

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

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

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