#ED9086

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

Shades of Sweet Pink #ED9086

Tints of Sweet Pink #ED9086

Color information

#ED9086 (or 0xED9086) is unknown color: approx Sweet Pink. HEX triplet: ED, 90 and 86. RGB value is (237,144,134). Sum of RGB (Red+Green+Blue) = 237+144+134=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9086 is #126F79. Grayscale: #AAAAAA. Windows color (decimal): -1208186 or 8818925. OLE color: 8818925.

HSL color Cylindrical-coordinate representation of color #ED9086: hue angle of 5.83º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED9086 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237144134-
CMYK00.390.430.07
HSL5.83º74.1%72.75%-
HSV(B)5.83º43.46%92.94%-
XYZ49.239.6727.62-
YUV170.67107.31175.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=46.02%
G=27.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714413400.390.430.075.8374.172.75
HexED90860272B764a49
Octal3552202060475376112111
Binary111011011001000010000110010011110101111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9086; }

 p { color: rgb(237,144,134); }

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

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

 a { background-color: rgb(237,144,134); }

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

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

 span { border-color: rgb(237,144,134); }

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