#EC9885

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

Shades of Tonys Pink #EC9885

Tints of Tonys Pink #EC9885

Color information

#EC9885 (or 0xEC9885) is unknown color: approx Tonys Pink. HEX triplet: EC, 98 and 85. RGB value is (236,152,133). Sum of RGB (Red+Green+Blue) = 236+152+133=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9885 is #13677A. Grayscale: #AFAFAF. Windows color (decimal): -1271675 or 8755436. OLE color: 8755436.

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

Color convert

RGB236152133-
CMYK00.360.440.07
HSL11.07º73.05%72.35%-
HSV(B)11.07º43.64%92.55%-
XYZ50.0541.9827.66-
YUV174.95104.33171.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=45.30%
G=29.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615213300.360.440.0711.0773.0572.35
HexEC98850242C7b4948
Octal35423020504454713111110
Binary1110110010011000100001010100100101100111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9885; }

 p { color: rgb(236,152,133); }

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

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

 a { background-color: rgb(236,152,133); }

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

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

 span { border-color: rgb(236,152,133); }

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