#ED8B85

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

Shades of Sweet Pink #ED8B85

Tints of Sweet Pink #ED8B85

Color information

#ED8B85 (or 0xED8B85) is unknown color: approx Sweet Pink. HEX triplet: ED, 8B and 85. RGB value is (237,139,133). Sum of RGB (Red+Green+Blue) = 237+139+133=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B85 is #12747A. Grayscale: #A7A7A7. Windows color (decimal): -1209467 or 8752109. OLE color: 8752109.

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

Color convert

RGB237139133-
CMYK00.410.440.07
HSL3.46º74.29%72.55%-
HSV(B)3.46º43.88%92.94%-
XYZ48.3938.1627.01-
YUV167.62108.47177.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=46.56%
G=27.31%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713913300.410.440.073.4674.2972.55
HexED8B850292C734a49
Octal3552132050515473112111
Binary11101101100010111000010101010011011001111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B85; }

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

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

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

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

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

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

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

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