#ED9288

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

Shades of Sweet Pink #ED9288

Tints of Sweet Pink #ED9288

Color information

#ED9288 (or 0xED9288) is unknown color: approx Sweet Pink. HEX triplet: ED, 92 and 88. RGB value is (237,146,136). Sum of RGB (Red+Green+Blue) = 237+146+136=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9288 is #126D77. Grayscale: #ACACAC. Windows color (decimal): -1207672 or 8950509. OLE color: 8950509.

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

Color convert

RGB237146136-
CMYK00.380.430.07
HSL5.94º73.72%73.14%-
HSV(B)5.94º42.62%92.94%-
XYZ49.6540.3428.46-
YUV172.07107.65174.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=45.66%
G=28.13%
B=26.20%

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
Decimal23714613600.380.430.075.9473.7273.14
HexED92880262B764a49
Octal3552222100465376112111
Binary111011011001001010001000010011010101111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9288; }

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

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

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

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

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

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

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

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