#ED8B89

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

Shades of Sweet Pink #ED8B89

Tints of Sweet Pink #ED8B89

Color information

#ED8B89 (or 0xED8B89) is unknown color: approx Sweet Pink. HEX triplet: ED, 8B and 89. RGB value is (237,139,137). Sum of RGB (Red+Green+Blue) = 237+139+137=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B89 is #127476. Grayscale: #A8A8A8. Windows color (decimal): -1209463 or 9014253. OLE color: 9014253.

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

Color convert

RGB237139137-
CMYK00.410.420.07
HSL1.2º73.53%73.33%-
HSV(B)1.2º42.19%92.94%-
XYZ48.6738.2828.49-
YUV168.07110.47177.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=46.20%
G=27.10%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713913700.410.420.071.273.5373.33
HexED8B890292A714a49
Octal3552132110515271112111
Binary1110110110001011100010010101001101010111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B89; }

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

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

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

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

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

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

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

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