Html Css Color HEX #ECA294 Tonys Pink

📋 copy color: '#ECA294'

red 236 ◦ green 162 ◦ blue 148

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

Shades of Tonys Pink #ECA294

Tints of Tonys Pink #ECA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.67%

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 43.22%
G = 29.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECA294 (or 0xECA294) is known color: Tonys Pink. HEX triplet: EC, A2 and 94. RGB value is (236,162,148). Sum of RGB (Red+Green+Blue) = 236+162+148=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA294 is #135D6B. Grayscale: #B6B6B6. Windows color (decimal): -1269100 or 9741036. OLE color: 9741036.

HSL color Cylindrical-coordinate representation of color #ECA294: hue angle of 9.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA294 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 162 148 -
CMYK 0 0.31 0.37 0.07
HSL 9.55º 0.7% 0.75% -
HSV(B) 9.55º 0.37% 0.93% -
XYZ 52.86 45.81 34.07 -
YUV 182.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 236 162 148 0 0.31 0.37 0.07 9.55 0.7 0.75
Hex EC A2 94 0 1F 25 7 A 46 4B
Octal 354 242 224 0 37 45 7 12 106 113
Binary 11101100 10100010 10010100 0 11111 100101 111 1010 1000110 1001011

Color Harmonies of #ECA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA294

Black with #ECA294

Text Example


Text Example

White with #ECA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA294; }

 p { color: rgb(236,162,148); }

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

background-color css

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

 a { background-color: rgb(236,162,148); }

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

border-color css

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

 span { border-color: rgb(236,162,148); }

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