#EC9D83

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

Shades of Tonys Pink #EC9D83

Tints of Tonys Pink #EC9D83

Color information

#EC9D83 (or 0xEC9D83) is unknown color: approx Tonys Pink. HEX triplet: EC, 9D and 83. RGB value is (236,157,131). Sum of RGB (Red+Green+Blue) = 236+157+131=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D83 is #13627C. Grayscale: #B1B1B1. Windows color (decimal): -1270397 or 8625644. OLE color: 8625644.

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

Color convert

RGB236157131-
CMYK00.330.440.07
HSL14.86º73.43%71.96%-
HSV(B)14.86º44.49%92.55%-
XYZ50.7543.5927.21-
YUV177.66101.67169.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.04%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 131 (51.56% from 255) = 25%
R=45.04%
G=29.96%
B=25%

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
Decimal23615713100.330.440.0714.8673.4371.96
HexEC9D830212C7f4948
Octal35423520304154717111110
Binary1110110010011101100000110100001101100111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D83; }

 p { color: rgb(236,157,131); }

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

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

 a { background-color: rgb(236,157,131); }

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

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

 span { border-color: rgb(236,157,131); }

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