Html Css Color HEX #EC9885 Tonys Pink

📋 copy color: '#EC9885'

red 236 ◦ green 152 ◦ blue 133

#EC9885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #EC9885

Tints of Tonys Pink #EC9885

RGB

 RED value IS 236 (92.58% from 255) = 45.3%

 GREEN value IS 152 (59.77% from 255) = 29.17%

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 45.3%
G = 29.17%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9885 (or 0xEC9885) is known color: 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

RGB 236 152 133 -
CMYK 0 0.36 0.44 0.07
HSL 11.07º 0.73% 0.72% -
HSV(B) 11.07º 0.44% 0.93% -
XYZ 50.05 41.98 27.66 -
YUV 174.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 236 152 133 0 0.36 0.44 0.07 11.07 0.73 0.72
Hex EC 98 85 0 24 2C 7 B 49 48
Octal 354 230 205 0 44 54 7 13 111 110
Binary 11101100 10011000 10000101 0 100100 101100 111 1011 1001001 1001000

Color Harmonies of #EC9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9885

Black with #EC9885

Text Example


Text Example

White with #EC9885

Text Example


Text Example

HTML Codes & Css Web 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>