#EC9C8E

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

Shades of Tonys Pink #EC9C8E

Tints of Tonys Pink #EC9C8E

Color information

#EC9C8E (or 0xEC9C8E) is unknown color: approx Tonys Pink. HEX triplet: EC, 9C and 8E. RGB value is (236,156,142). Sum of RGB (Red+Green+Blue) = 236+156+142=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C8E is #136371. Grayscale: #B2B2B2. Windows color (decimal): -1270642 or 9346284. OLE color: 9346284.

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

Color convert

RGB236156142-
CMYK00.340.400.07
HSL8.94º71.21%74.12%-
HSV(B)8.94º39.83%92.55%-
XYZ51.3643.5631.29-
YUV178.32107.5169.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=44.19%
G=29.21%
B=26.59%

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
Decimal23615614200.340.400.078.9471.2174.12
HexEC9C8E0222879474a
Octal35423421604250711107112
Binary1110110010011100100011100100010101000111100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9C8E; }

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

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

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

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

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

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

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

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