#ED9D85

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

Shades of Tonys Pink #ED9D85

Tints of Tonys Pink #ED9D85

Color information

#ED9D85 (or 0xED9D85) is unknown color: approx Tonys Pink. HEX triplet: ED, 9D and 85. RGB value is (237,157,133). Sum of RGB (Red+Green+Blue) = 237+157+133=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D85 is #12627A. Grayscale: #B2B2B2. Windows color (decimal): -1204859 or 8756717. OLE color: 8756717.

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

Color convert

RGB237157133-
CMYK00.340.440.07
HSL13.85º74.29%72.55%-
HSV(B)13.85º43.88%92.94%-
XYZ51.2243.8127.95-
YUV178.18102.5169.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=44.97%
G=29.79%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715713300.340.440.0713.8574.2972.55
HexED9D850222C7e4a49
Octal35523520504254716112111
Binary1110110110011101100001010100010101100111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D85; }

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

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

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

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

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

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

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

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