#ED9789

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

Shades of Sweet Pink #ED9789

Tints of Sweet Pink #ED9789

Color information

#ED9789 (or 0xED9789) is unknown color: approx Sweet Pink. HEX triplet: ED, 97 and 89. RGB value is (237,151,137). Sum of RGB (Red+Green+Blue) = 237+151+137=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9789 is #126876. Grayscale: #AFAFAF. Windows color (decimal): -1206391 or 9017325. OLE color: 9017325.

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

Color convert

RGB237151137-
CMYK00.360.420.07
HSL8.4º73.53%73.33%-
HSV(B)8.4º42.19%92.94%-
XYZ50.5141.9429.1-
YUV175.12106.49172.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=45.14%
G=28.76%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715113700.360.420.078.473.5373.33
HexED97890242A784a49
Octal35522721104452710112111
Binary1110110110010111100010010100100101010111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9789; }

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

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

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

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

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

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

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

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