Html Css Color HEX #ECA096 Tonys Pink

📋 copy color: '#ECA096'

red 236 ◦ green 160 ◦ blue 150

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

Shades of Tonys Pink #ECA096

Tints of Tonys Pink #ECA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 43.22%
G = 29.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECA096 (or 0xECA096) is known color: Tonys Pink. HEX triplet: EC, A0 and 96. RGB value is (236,160,150). Sum of RGB (Red+Green+Blue) = 236+160+150=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA096 is #135F69. Grayscale: #B5B5B5. Windows color (decimal): -1269610 or 9871596. OLE color: 9871596.

HSL color Cylindrical-coordinate representation of color #ECA096: hue angle of 6.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECA096 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 150 -
CMYK 0 0.32 0.36 0.07
HSL 6.98º 0.69% 0.76% -
HSV(B) 6.98º 0.36% 0.93% -
XYZ 52.67 45.18 34.8 -
YUV 181.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 236 160 150 0 0.32 0.36 0.07 6.98 0.69 0.76
Hex EC A0 96 0 20 24 7 7 45 4C
Octal 354 240 226 0 40 44 7 7 105 114
Binary 11101100 10100000 10010110 0 100000 100100 111 111 1000101 1001100

Color Harmonies of #ECA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA096

Black with #ECA096

Text Example


Text Example

White with #ECA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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