#EC9B8E

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

Shades of Tonys Pink #EC9B8E

Tints of Tonys Pink #EC9B8E

Color information

#EC9B8E (or 0xEC9B8E) is unknown color: approx Tonys Pink. HEX triplet: EC, 9B and 8E. RGB value is (236,155,142). Sum of RGB (Red+Green+Blue) = 236+155+142=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9B8E is #136471. Grayscale: #B1B1B1. Windows color (decimal): -1270898 or 9346028. OLE color: 9346028.

HSL color Cylindrical-coordinate representation of color #EC9B8E: hue angle of 8.3º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC9B8E is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236155142-
CMYK00.340.400.07
HSL8.3º71.21%74.12%-
HSV(B)8.3º39.83%92.55%-
XYZ51.243.2331.24-
YUV177.74107.84169.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=44.28%
G=29.08%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615514200.340.400.078.371.2174.12
HexEC9B8E0222878474a
Octal35423321604250710107112
Binary1110110010011011100011100100010101000111100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9B8E; }

 p { color: rgb(236,155,142); }

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

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

 a { background-color: rgb(236,155,142); }

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

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

 span { border-color: rgb(236,155,142); }

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