#ED9C8D

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

Shades of Tonys Pink #ED9C8D

Tints of Tonys Pink #ED9C8D

Color information

#ED9C8D (or 0xED9C8D) is unknown color: approx Tonys Pink. HEX triplet: ED, 9C and 8D. RGB value is (237,156,141). Sum of RGB (Red+Green+Blue) = 237+156+141=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C8D is #126372. Grayscale: #B2B2B2. Windows color (decimal): -1205107 or 9280749. OLE color: 9280749.

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

Color convert

RGB237156141-
CMYK00.340.410.07
HSL9.38º72.73%74.12%-
HSV(B)9.38º40.51%92.94%-
XYZ51.6243.730.91-
YUV178.51106.84169.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=44.38%
G=29.21%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715614100.340.410.079.3872.7374.12
HexED9C8D0222979494a
Octal35523421504251711111112
Binary1110110110011100100011010100010101001111100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C8D; }

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

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

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

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

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

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

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

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