#ed9f9c

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

Shades of Sweet Pink #ED9F9C

Tints of Sweet Pink #ED9F9C

Color information

#ED9F9C (or 0xED9F9C) is unknown color: approx Sweet Pink. HEX triplet: ED, 9F and 9C. RGB value is (237,159,156). Sum of RGB (Red+Green+Blue) = 237+159+156=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F9C is #126063. Grayscale: #B6B6B6. Windows color (decimal): -1204324 or 10264557. OLE color: 10264557.

HSL color Cylindrical-coordinate representation of color #ED9F9C: hue angle of 2.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9F9C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237159156-
CMYK00.330.340.07
HSL2.22º69.23%77.06%-
HSV(B)2.22º34.18%92.94%-
XYZ53.3245.237.37-
YUV181.98113.34167.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=42.93%
G=28.80%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715915600.330.340.072.2269.2377.06
HexED9F9C0212272454d
Octal3552372340414272105115
Binary11101101100111111001110001000011000101111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9f9c; }

 p { color: rgb(237,159,156); }

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

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

 a { background-color: rgb(237,159,156); }

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

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

 span { border-color: rgb(237,159,156); }

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