#ED8F8C

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

Shades of Sweet Pink #ED8F8C

Tints of Sweet Pink #ED8F8C

Color information

#ED8F8C (or 0xED8F8C) is unknown color: approx Sweet Pink. HEX triplet: ED, 8F and 8C. RGB value is (237,143,140). Sum of RGB (Red+Green+Blue) = 237+143+140=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F8C is #127073. Grayscale: #AAAAAA. Windows color (decimal): -1208436 or 9211885. OLE color: 9211885.

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

Color convert

RGB237143140-
CMYK00.400.410.07
HSL1.86º72.93%73.92%-
HSV(B)1.86º40.93%92.94%-
XYZ49.4839.5429.84-
YUV170.76110.64175.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=45.58%
G=27.5%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714314000.400.410.071.8672.9373.92
HexED8F8C0282972494a
Octal3552172140505172111112
Binary11101101100011111000110001010001010011111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8F8C; }

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

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

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

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

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

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

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

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