Html Css Color HEX #EC9686 Tonys Pink

📋 copy color: '#EC9686'

red 236 ◦ green 150 ◦ blue 134

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

Shades of Tonys Pink #EC9686

Tints of Tonys Pink #EC9686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 45.38%
G = 28.85%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC9686 (or 0xEC9686) is known color: Tonys Pink. HEX triplet: EC, 96 and 86. RGB value is (236,150,134). Sum of RGB (Red+Green+Blue) = 236+150+134=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9686 is #136979. Grayscale: #AEAEAE. Windows color (decimal): -1272186 or 8820460. OLE color: 8820460.

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

Color convert

RGB 236 150 134 -
CMYK 0 0.36 0.43 0.07
HSL 9.41º 0.73% 0.73% -
HSV(B) 9.41º 0.43% 0.93% -
XYZ 49.8 41.37 27.91 -
YUV 173.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 236 150 134 0 0.36 0.43 0.07 9.41 0.73 0.73
Hex EC 96 86 0 24 2B 7 9 49 49
Octal 354 226 206 0 44 53 7 11 111 111
Binary 11101100 10010110 10000110 0 100100 101011 111 1001 1001001 1001001

Color Harmonies of #EC9686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9686

Black with #EC9686

Text Example


Text Example

White with #EC9686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9686; }

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

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

background-color css

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

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

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

border-color css

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

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

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