#ED9088

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

Shades of Sweet Pink #ED9088

Tints of Sweet Pink #ED9088

Color information

#ED9088 (or 0xED9088) is unknown color: approx Sweet Pink. HEX triplet: ED, 90 and 88. RGB value is (237,144,136). Sum of RGB (Red+Green+Blue) = 237+144+136=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9088 is #126F77. Grayscale: #ABABAB. Windows color (decimal): -1208184 or 8949997. OLE color: 8949997.

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

Color convert

RGB237144136-
CMYK00.390.430.07
HSL4.75º73.72%73.14%-
HSV(B)4.75º42.62%92.94%-
XYZ49.3439.7328.36-
YUV170.9108.31175.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=45.84%
G=27.85%
B=26.31%

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
Decimal23714413600.390.430.074.7573.7273.14
HexED90880272B754a49
Octal3552202100475375112111
Binary111011011001000010001000010011110101111110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9088; }

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

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

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

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

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

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

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

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