#ED8D8C

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

Shades of Sweet Pink #ED8D8C

Tints of Sweet Pink #ED8D8C

Color information

#ED8D8C (or 0xED8D8C) is unknown color: approx Sweet Pink. HEX triplet: ED, 8D and 8C. RGB value is (237,141,140). Sum of RGB (Red+Green+Blue) = 237+141+140=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8C is #127273. Grayscale: #A9A9A9. Windows color (decimal): -1208948 or 9211373. OLE color: 9211373.

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

Color convert

RGB237141140-
CMYK00.410.410.07
HSL0.62º72.93%73.92%-
HSV(B)0.62º40.93%92.94%-
XYZ49.1838.9529.74-
YUV169.59111.3176.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=45.75%
G=27.22%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714114000.410.410.070.6272.9373.92
HexED8D8C0292971494a
Octal3552152140515171111112
Binary1110110110001101100011000101001101001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D8C; }

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

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

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

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

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

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

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

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