Html Css Color HEX #EC9F8C Tonys Pink

📋 copy color: '#EC9F8C'

red 236 ◦ green 159 ◦ blue 140

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

Shades of Tonys Pink #EC9F8C

Tints of Tonys Pink #EC9F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

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

R = 44.11%
G = 29.72%
B = 26.17%

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

#EC9F8C (or 0xEC9F8C) is known color: Tonys Pink. HEX triplet: EC, 9F and 8C. RGB value is (236,159,140). Sum of RGB (Red+Green+Blue) = 236+159+140=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F8C is #136073. Grayscale: #B4B4B4. Windows color (decimal): -1269876 or 9215980. OLE color: 9215980.

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

Color convert

RGB 236 159 140 -
CMYK 0 0.33 0.41 0.07
HSL 11.88º 0.72% 0.74% -
HSV(B) 11.88º 0.41% 0.93% -
XYZ 51.72 44.52 30.68 -
YUV 179.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 236 159 140 0 0.33 0.41 0.07 11.88 0.72 0.74
Hex EC 9F 8C 0 21 29 7 C 48 4A
Octal 354 237 214 0 41 51 7 14 110 112
Binary 11101100 10011111 10001100 0 100001 101001 111 1100 1001000 1001010

Color Harmonies of #EC9F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F8C

Black with #EC9F8C

Text Example


Text Example

White with #EC9F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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