#ED8E8C

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

Shades of Sweet Pink #ED8E8C

Tints of Sweet Pink #ED8E8C

Color information

#ED8E8C (or 0xED8E8C) is unknown color: approx Sweet Pink. HEX triplet: ED, 8E and 8C. RGB value is (237,142,140). Sum of RGB (Red+Green+Blue) = 237+142+140=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E8C is #127173. Grayscale: #AAAAAA. Windows color (decimal): -1208692 or 9211629. OLE color: 9211629.

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

Color convert

RGB237142140-
CMYK00.400.410.07
HSL1.24º72.93%73.92%-
HSV(B)1.24º40.93%92.94%-
XYZ49.3339.2429.79-
YUV170.18110.97175.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=45.66%
G=27.36%
B=26.97%

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
Decimal23714214000.400.410.071.2472.9373.92
HexED8E8C0282971494a
Octal3552162140505171111112
Binary1110110110001110100011000101000101001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E8C; }

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

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

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

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

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

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

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

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