#EDA09A

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

Shades of Sweet Pink #EDA09A

Tints of Sweet Pink #EDA09A

Color information

#EDA09A (or 0xEDA09A) is unknown color: approx Sweet Pink. HEX triplet: ED, A0 and 9A. RGB value is (237,160,154). Sum of RGB (Red+Green+Blue) = 237+160+154=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09A is #125F65. Grayscale: #B6B6B6. Windows color (decimal): -1204070 or 10133741. OLE color: 10133741.

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

Color convert

RGB237160154-
CMYK00.320.350.07
HSL4.34º69.75%76.67%-
HSV(B)4.34º35.02%92.94%-
XYZ53.3345.4836.54-
YUV182.34112.01166.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=43.01%
G=29.04%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716015400.320.350.074.3469.7576.67
HexEDA09A0202374464d
Octal3552402320404374106115
Binary111011011010000010011010010000010001111110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA09A; }

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

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

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

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

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

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

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

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