#ED9E85

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

Shades of Tonys Pink #ED9E85

Tints of Tonys Pink #ED9E85

Color information

#ED9E85 (or 0xED9E85) is unknown color: approx Tonys Pink. HEX triplet: ED, 9E and 85. RGB value is (237,158,133). Sum of RGB (Red+Green+Blue) = 237+158+133=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E85 is #12617A. Grayscale: #B2B2B2. Windows color (decimal): -1204603 or 8756973. OLE color: 8756973.

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

Color convert

RGB237158133-
CMYK00.330.440.07
HSL14.42º74.29%72.55%-
HSV(B)14.42º43.88%92.94%-
XYZ51.3944.1528-
YUV178.77102.17169.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=44.89%
G=29.92%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715813300.330.440.0714.4274.2972.55
HexED9E850212C7e4a49
Octal35523620504154716112111
Binary1110110110011110100001010100001101100111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9E85; }

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

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

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

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

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

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

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

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