Html Css Color HEX #EC9E8E Tonys Pink

📋 copy color: '#EC9E8E'

red 236 ◦ green 158 ◦ blue 142

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

Shades of Tonys Pink #EC9E8E

Tints of Tonys Pink #EC9E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 44.03%
G = 29.48%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC9E8E (or 0xEC9E8E) is known color: Tonys Pink. HEX triplet: EC, 9E and 8E. RGB value is (236,158,142). Sum of RGB (Red+Green+Blue) = 236+158+142=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E8E is #136171. Grayscale: #B3B3B3. Windows color (decimal): -1270130 or 9346796. OLE color: 9346796.

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

Color convert

RGB 236 158 142 -
CMYK 0 0.33 0.40 0.07
HSL 10.21º 0.71% 0.74% -
HSV(B) 10.21º 0.4% 0.93% -
XYZ 51.7 44.24 31.41 -
YUV 179.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 236 158 142 0 0.33 0.40 0.07 10.21 0.71 0.74
Hex EC 9E 8E 0 21 28 7 A 47 4A
Octal 354 236 216 0 41 50 7 12 107 112
Binary 11101100 10011110 10001110 0 100001 101000 111 1010 1000111 1001010

Color Harmonies of #EC9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E8E

Black with #EC9E8E

Text Example


Text Example

White with #EC9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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