Html Css Color HEX #E2A184 Tonys Pink

📋 copy color: '#E2A184'

red 226 ◦ green 161 ◦ blue 132

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

Shades of Tonys Pink #E2A184

Tints of Tonys Pink #E2A184

RGB

 RED value IS 226 (88.67% from 255) = 43.55%

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 132 (51.95% from 255) = 25.43%

R = 43.55%
G = 31.02%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E2A184 (or 0xE2A184) is known color: Tonys Pink. HEX triplet: E2, A1 and 84. RGB value is (226,161,132). Sum of RGB (Red+Green+Blue) = 226+161+132=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A184 is #1D5E7B. Grayscale: #B1B1B1. Windows color (decimal): -1924732 or 8692194. OLE color: 8692194.

HSL color Cylindrical-coordinate representation of color #E2A184: hue angle of 18.51º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2A184 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 161 132 -
CMYK 0 0.29 0.42 0.11
HSL 18.51º 0.62% 0.7% -
HSV(B) 18.51º 0.42% 0.89% -
XYZ 48.27 43.32 27.65 -
YUV 177.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 226 161 132 0 0.29 0.42 0.11 18.51 0.62 0.7
Hex E2 A1 84 0 1D 2A B 13 3E 46
Octal 342 241 204 0 35 52 13 23 76 106
Binary 11100010 10100001 10000100 0 11101 101010 1011 10011 111110 1000110

Color Harmonies of #E2A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A184

Black with #E2A184

Text Example


Text Example

White with #E2A184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A184; }

 p { color: rgb(226,161,132); }

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

background-color css

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

 a { background-color: rgb(226,161,132); }

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

border-color css

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

 span { border-color: rgb(226,161,132); }

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