#ED9F8D

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

Shades of Tonys Pink #ED9F8D

Tints of Tonys Pink #ED9F8D

Color information

#ED9F8D (or 0xED9F8D) is unknown color: approx Tonys Pink. HEX triplet: ED, 9F and 8D. RGB value is (237,159,141). Sum of RGB (Red+Green+Blue) = 237+159+141=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F8D is #126072. Grayscale: #B4B4B4. Windows color (decimal): -1204339 or 9281517. OLE color: 9281517.

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

Color convert

RGB237159141-
CMYK00.330.410.07
HSL11.25º72.73%74.12%-
HSV(B)11.25º40.51%92.94%-
XYZ52.1344.7231.08-
YUV180.27105.84168.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=44.13%
G=29.61%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715914100.330.410.0711.2572.7374.12
HexED9F8D021297b494a
Octal35523721504151713111112
Binary1110110110011111100011010100001101001111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F8D; }

 p { color: rgb(237,159,141); }

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

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

 a { background-color: rgb(237,159,141); }

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

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

 span { border-color: rgb(237,159,141); }

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