Html Css Color HEX #EC9E8A Tonys Pink

📋 copy color: '#EC9E8A'

red 236 ◦ green 158 ◦ blue 138

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

Shades of Tonys Pink #EC9E8A

Tints of Tonys Pink #EC9E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.94%

R = 44.36%
G = 29.7%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC9E8A (or 0xEC9E8A) is known color: Tonys Pink. HEX triplet: EC, 9E and 8A. RGB value is (236,158,138). Sum of RGB (Red+Green+Blue) = 236+158+138=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E8A is #136175. Grayscale: #B3B3B3. Windows color (decimal): -1270134 or 9084652. OLE color: 9084652.

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

Color convert

RGB 236 158 138 -
CMYK 0 0.33 0.42 0.07
HSL 12.24º 0.72% 0.73% -
HSV(B) 12.24º 0.42% 0.93% -
XYZ 51.41 44.12 29.85 -
YUV 179.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 236 158 138 0 0.33 0.42 0.07 12.24 0.72 0.73
Hex EC 9E 8A 0 21 2A 7 C 48 49
Octal 354 236 212 0 41 52 7 14 110 111
Binary 11101100 10011110 10001010 0 100001 101010 111 1100 1001000 1001001

Color Harmonies of #EC9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E8A

Black with #EC9E8A

Text Example


Text Example

White with #EC9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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