Html Css Color HEX #EC9D8C Tonys Pink

📋 copy color: '#EC9D8C'

red 236 ◦ green 157 ◦ blue 140

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

Shades of Tonys Pink #EC9D8C

Tints of Tonys Pink #EC9D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

 BLUE value IS 140 (55.08% from 255) = 26.27%

R = 44.28%
G = 29.46%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC9D8C (or 0xEC9D8C) is known color: Tonys Pink. HEX triplet: EC, 9D and 8C. RGB value is (236,157,140). Sum of RGB (Red+Green+Blue) = 236+157+140=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D8C is #136273. Grayscale: #B2B2B2. Windows color (decimal): -1270388 or 9215468. OLE color: 9215468.

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

Color convert

RGB 236 157 140 -
CMYK 0 0.33 0.41 0.07
HSL 10.63º 0.72% 0.74% -
HSV(B) 10.63º 0.41% 0.93% -
XYZ 51.38 43.84 30.56 -
YUV 178.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 236 157 140 0 0.33 0.41 0.07 10.63 0.72 0.74
Hex EC 9D 8C 0 21 29 7 B 48 4A
Octal 354 235 214 0 41 51 7 13 110 112
Binary 11101100 10011101 10001100 0 100001 101001 111 1011 1001000 1001010

Color Harmonies of #EC9D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D8C

Black with #EC9D8C

Text Example


Text Example

White with #EC9D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D8C; }

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

 H1.HeaderClassName
 {
   color: #EC9D8C;
 }
 .AnyTagClassName
 {
   color: #EC9D8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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