#ED9488

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

Shades of Sweet Pink #ED9488

Tints of Sweet Pink #ED9488

Color information

#ED9488 (or 0xED9488) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 88. RGB value is (237,148,136). Sum of RGB (Red+Green+Blue) = 237+148+136=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9488 is #126B77. Grayscale: #ADADAD. Windows color (decimal): -1207160 or 8951021. OLE color: 8951021.

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

Color convert

RGB237148136-
CMYK00.380.430.07
HSL7.13º73.72%73.14%-
HSV(B)7.13º42.62%92.94%-
XYZ49.9640.9628.57-
YUV173.24106.99173.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=45.49%
G=28.41%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714813600.380.430.077.1373.7273.14
HexED94880262B774a49
Octal3552242100465377112111
Binary111011011001010010001000010011010101111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9488; }

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

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

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

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

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

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

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

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