#ED9287

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

Shades of Sweet Pink #ED9287

Tints of Sweet Pink #ED9287

Color information

#ED9287 (or 0xED9287) is unknown color: approx Sweet Pink. HEX triplet: ED, 92 and 87. RGB value is (237,146,135). Sum of RGB (Red+Green+Blue) = 237+146+135=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9287 is #126D78. Grayscale: #ACACAC. Windows color (decimal): -1207673 or 8884973. OLE color: 8884973.

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

Color convert

RGB237146135-
CMYK00.380.430.07
HSL6.47º73.91%72.94%-
HSV(B)6.47º43.04%92.94%-
XYZ49.5840.3128.09-
YUV171.96107.15174.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=45.75%
G=28.19%
B=26.06%

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
Decimal23714613500.380.430.076.4773.9172.94
HexED92870262B764a49
Octal3552222070465376112111
Binary111011011001001010000111010011010101111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9287; }

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

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

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

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

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

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

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

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