#ED8F88

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

Shades of Sweet Pink #ED8F88

Tints of Sweet Pink #ED8F88

Color information

#ED8F88 (or 0xED8F88) is unknown color: approx Sweet Pink. HEX triplet: ED, 8F and 88. RGB value is (237,143,136). Sum of RGB (Red+Green+Blue) = 237+143+136=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F88 is #127077. Grayscale: #AAAAAA. Windows color (decimal): -1208440 or 8949741. OLE color: 8949741.

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

Color convert

RGB237143136-
CMYK00.400.430.07
HSL4.16º73.72%73.14%-
HSV(B)4.16º42.62%92.94%-
XYZ49.1939.4328.31-
YUV170.31108.64175.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=45.93%
G=27.71%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714313600.400.430.074.1673.7273.14
HexED8F880282B744a49
Octal3552172100505374112111
Binary111011011000111110001000010100010101111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8F88; }

 p { color: rgb(237,143,136); }

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

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

 a { background-color: rgb(237,143,136); }

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

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

 span { border-color: rgb(237,143,136); }

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