Html Css Color HEX #EC9E86 Tonys Pink

📋 copy color: '#EC9E86'

red 236 ◦ green 158 ◦ blue 134

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

Shades of Tonys Pink #EC9E86

Tints of Tonys Pink #EC9E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

 BLUE value IS 134 (52.73% from 255) = 25.38%

R = 44.7%
G = 29.92%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC9E86 (or 0xEC9E86) is known color: Tonys Pink. HEX triplet: EC, 9E and 86. RGB value is (236,158,134). Sum of RGB (Red+Green+Blue) = 236+158+134=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E86 is #136179. Grayscale: #B2B2B2. Windows color (decimal): -1270138 or 8822508. OLE color: 8822508.

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

Color convert

RGB 236 158 134 -
CMYK 0 0.33 0.43 0.07
HSL 14.12º 0.73% 0.73% -
HSV(B) 14.12º 0.43% 0.93% -
XYZ 51.12 44.01 28.35 -
YUV 178.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 236 158 134 0 0.33 0.43 0.07 14.12 0.73 0.73
Hex EC 9E 86 0 21 2B 7 E 49 49
Octal 354 236 206 0 41 53 7 16 111 111
Binary 11101100 10011110 10000110 0 100001 101011 111 1110 1001001 1001001

Color Harmonies of #EC9E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E86

Black with #EC9E86

Text Example


Text Example

White with #EC9E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E86; }

 p { color: rgb(236,158,134); }

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

background-color css

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

 a { background-color: rgb(236,158,134); }

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

border-color css

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

 span { border-color: rgb(236,158,134); }

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