#ED8C88

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

Shades of Sweet Pink #ED8C88

Tints of Sweet Pink #ED8C88

Color information

#ED8C88 (or 0xED8C88) is unknown color: approx Sweet Pink. HEX triplet: ED, 8C and 88. RGB value is (237,140,136). Sum of RGB (Red+Green+Blue) = 237+140+136=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C88 is #127377. Grayscale: #A8A8A8. Windows color (decimal): -1209208 or 8948973. OLE color: 8948973.

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

Color convert

RGB237140136-
CMYK00.410.430.07
HSL2.38º73.72%73.14%-
HSV(B)2.38º42.62%92.94%-
XYZ48.7538.5428.16-
YUV168.55109.64176.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=46.20%
G=27.29%
B=26.51%

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
Decimal23714013600.410.430.072.3873.7273.14
HexED8C880292B724a49
Octal3552142100515372112111
Binary11101101100011001000100001010011010111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8C88; }

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

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

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

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

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

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

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

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