#ED9485

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

Shades of Sweet Pink #ED9485

Tints of Sweet Pink #ED9485

Color information

#ED9485 (or 0xED9485) is unknown color: approx Sweet Pink. HEX triplet: ED, 94 and 85. RGB value is (237,148,133). Sum of RGB (Red+Green+Blue) = 237+148+133=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9485 is #126B7A. Grayscale: #ADADAD. Windows color (decimal): -1207163 or 8754413. OLE color: 8754413.

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

Color convert

RGB237148133-
CMYK00.380.440.07
HSL8.65º74.29%72.55%-
HSV(B)8.65º43.88%92.94%-
XYZ49.7540.8827.46-
YUV172.9105.49173.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=45.75%
G=28.57%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714813300.380.440.078.6574.2972.55
HexED94850262C794a49
Octal35522420504654711112111
Binary1110110110010100100001010100110101100111100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9485; }

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

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

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

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

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

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

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

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