#ED988B

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

Shades of Sweet Pink #ED988B

Tints of Sweet Pink #ED988B

Color information

#ED988B (or 0xED988B) is unknown color: approx Sweet Pink. HEX triplet: ED, 98 and 8B. RGB value is (237,152,139). Sum of RGB (Red+Green+Blue) = 237+152+139=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED988B is #126774. Grayscale: #B0B0B0. Windows color (decimal): -1206133 or 9148653. OLE color: 9148653.

HSL color Cylindrical-coordinate representation of color #ED988B: hue angle of 7.96º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED988B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237152139-
CMYK00.360.410.07
HSL7.96º73.13%73.73%-
HSV(B)7.96º41.35%92.94%-
XYZ50.8142.3329.92-
YUV175.93107.16171.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=44.89%
G=28.79%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715213900.360.410.077.9673.1373.73
HexED988B0242978494a
Octal35523021304451710111112
Binary1110110110011000100010110100100101001111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED988B; }

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

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

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

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

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

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

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

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