#ED9189

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

Shades of Sweet Pink #ED9189

Tints of Sweet Pink #ED9189

Color information

#ED9189 (or 0xED9189) is unknown color: approx Sweet Pink. HEX triplet: ED, 91 and 89. RGB value is (237,145,137). Sum of RGB (Red+Green+Blue) = 237+145+137=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9189 is #126E76. Grayscale: #ABABAB. Windows color (decimal): -1207927 or 9015789. OLE color: 9015789.

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

Color convert

RGB237145137-
CMYK00.390.420.07
HSL4.8º73.53%73.33%-
HSV(B)4.8º42.19%92.94%-
XYZ49.5740.0628.79-
YUV171.6108.48174.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=45.66%
G=27.94%
B=26.40%

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
Decimal23714513700.390.420.074.873.5373.33
HexED91890272A754a49
Octal3552212110475275112111
Binary111011011001000110001001010011110101011110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9189; }

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

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

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

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

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

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

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

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