#ED9D9A

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

Shades of Sweet Pink #ED9D9A

Tints of Sweet Pink #ED9D9A

Color information

#ED9D9A (or 0xED9D9A) is unknown color: approx Sweet Pink. HEX triplet: ED, 9D and 9A. RGB value is (237,157,154). Sum of RGB (Red+Green+Blue) = 237+157+154=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D9A is #126265. Grayscale: #B4B4B4. Windows color (decimal): -1204838 or 10132973. OLE color: 10132973.

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

Color convert

RGB237157154-
CMYK00.340.350.07
HSL2.17º69.75%76.67%-
HSV(B)2.17º35.02%92.94%-
XYZ52.8144.4536.37-
YUV180.58113168.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=43.25%
G=28.65%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715715400.340.350.072.1769.7576.67
HexED9D9A0222372464d
Octal3552352320424372106115
Binary11101101100111011001101001000101000111111010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D9A; }

 p { color: rgb(237,157,154); }

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

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

 a { background-color: rgb(237,157,154); }

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

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

 span { border-color: rgb(237,157,154); }

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