Html Css Color HEX #EC9F85 Tonys Pink

📋 copy color: '#EC9F85'

red 236 ◦ green 159 ◦ blue 133

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

Shades of Tonys Pink #EC9F85

Tints of Tonys Pink #EC9F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 44.7%
G = 30.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9F85 (or 0xEC9F85) is known color: Tonys Pink. HEX triplet: EC, 9F and 85. RGB value is (236,159,133). Sum of RGB (Red+Green+Blue) = 236+159+133=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F85 is #13607A. Grayscale: #B3B3B3. Windows color (decimal): -1269883 or 8757228. OLE color: 8757228.

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

Color convert

RGB 236 159 133 -
CMYK 0 0.33 0.44 0.07
HSL 15.15º 0.73% 0.72% -
HSV(B) 15.15º 0.44% 0.93% -
XYZ 51.22 44.32 28.05 -
YUV 179.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 236 159 133 0 0.33 0.44 0.07 15.15 0.73 0.72
Hex EC 9F 85 0 21 2C 7 F 49 48
Octal 354 237 205 0 41 54 7 17 111 110
Binary 11101100 10011111 10000101 0 100001 101100 111 1111 1001001 1001000

Color Harmonies of #EC9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F85

Black with #EC9F85

Text Example


Text Example

White with #EC9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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