#ED8D86

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

Shades of Sweet Pink #ED8D86

Tints of Sweet Pink #ED8D86

Color information

#ED8D86 (or 0xED8D86) is unknown color: approx Sweet Pink. HEX triplet: ED, 8D and 86. RGB value is (237,141,134). Sum of RGB (Red+Green+Blue) = 237+141+134=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D86 is #127279. Grayscale: #A9A9A9. Windows color (decimal): -1208954 or 8818157. OLE color: 8818157.

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

Color convert

RGB237141134-
CMYK00.410.430.07
HSL4.08º74.1%72.75%-
HSV(B)4.08º43.46%92.94%-
XYZ48.7538.7827.47-
YUV168.91108.3176.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=46.29%
G=27.54%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714113400.410.430.074.0874.172.75
HexED8D860292B744a49
Octal3552152060515374112111
Binary111011011000110110000110010100110101111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D86; }

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

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

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

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

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

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

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

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