#ED988D

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

Shades of Sweet Pink #ED988D

Tints of Sweet Pink #ED988D

Color information

#ED988D (or 0xED988D) is unknown color: approx Sweet Pink. HEX triplet: ED, 98 and 8D. RGB value is (237,152,141). Sum of RGB (Red+Green+Blue) = 237+152+141=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED988D is #126772. Grayscale: #B0B0B0. Windows color (decimal): -1206131 or 9279725. OLE color: 9279725.

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

Color convert

RGB237152141-
CMYK00.360.410.07
HSL6.88º72.73%74.12%-
HSV(B)6.88º40.51%92.94%-
XYZ50.9642.3830.69-
YUV176.16108.16171.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=44.72%
G=28.68%
B=26.60%

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
Decimal23715214100.360.410.076.8872.7374.12
HexED988D0242977494a
Octal3552302150445177111112
Binary111011011001100010001101010010010100111111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED988D; }

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

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

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

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

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

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

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

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