#EC9983

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

Shades of Tonys Pink #EC9983

Tints of Tonys Pink #EC9983

Color information

#EC9983 (or 0xEC9983) is unknown color: approx Tonys Pink. HEX triplet: EC, 99 and 83. RGB value is (236,153,131). Sum of RGB (Red+Green+Blue) = 236+153+131=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9983 is #13667C. Grayscale: #AFAFAF. Windows color (decimal): -1271421 or 8624620. OLE color: 8624620.

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

Color convert

RGB236153131-
CMYK00.350.440.07
HSL12.57º73.43%71.96%-
HSV(B)12.57º44.49%92.55%-
XYZ50.0842.2526.99-
YUV175.31103171.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=45.38%
G=29.42%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615313100.350.440.0712.5773.4371.96
HexEC99830232C7d4948
Octal35423120304354715111110
Binary1110110010011001100000110100011101100111110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9983; }

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

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

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

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

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

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

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

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