#ED8D8B

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

Shades of Sweet Pink #ED8D8B

Tints of Sweet Pink #ED8D8B

Color information

#ED8D8B (or 0xED8D8B) is unknown color: approx Sweet Pink. HEX triplet: ED, 8D and 8B. RGB value is (237,141,139). Sum of RGB (Red+Green+Blue) = 237+141+139=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8B is #127274. Grayscale: #A9A9A9. Windows color (decimal): -1208949 or 9145837. OLE color: 9145837.

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

Color convert

RGB237141139-
CMYK00.410.410.07
HSL1.22º73.13%73.73%-
HSV(B)1.22º41.35%92.94%-
XYZ49.1138.9229.35-
YUV169.48110.8176.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=45.84%
G=27.27%
B=26.89%

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
Decimal23714113900.410.410.071.2273.1373.73
HexED8D8B0292971494a
Octal3552152130515171111112
Binary1110110110001101100010110101001101001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D8B; }

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

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

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

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

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

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

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

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