Html Css Color HEX #E2A890 Tonys Pink

📋 copy color: '#E2A890'

red 226 ◦ green 168 ◦ blue 144

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

Shades of Tonys Pink #E2A890

Tints of Tonys Pink #E2A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.23%

 BLUE value IS 144 (56.64% from 255) = 26.77%

R = 42.01%
G = 31.23%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2A890 (or 0xE2A890) is known color: Tonys Pink. HEX triplet: E2, A8 and 90. RGB value is (226,168,144). Sum of RGB (Red+Green+Blue) = 226+168+144=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A890 is #1D576F. Grayscale: #B6B6B6. Windows color (decimal): -1922928 or 9480418. OLE color: 9480418.

HSL color Cylindrical-coordinate representation of color #E2A890: hue angle of 17.56º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2A890 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 168 144 -
CMYK 0 0.26 0.36 0.11
HSL 17.56º 0.59% 0.73% -
HSV(B) 17.56º 0.36% 0.89% -
XYZ 50.4 46.19 32.64 -
YUV 182.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 226 168 144 0 0.26 0.36 0.11 17.56 0.59 0.73
Hex E2 A8 90 0 1A 24 B 12 3B 49
Octal 342 250 220 0 32 44 13 22 73 111
Binary 11100010 10101000 10010000 0 11010 100100 1011 10010 111011 1001001

Color Harmonies of #E2A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A890

Black with #E2A890

Text Example


Text Example

White with #E2A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A890; }

 p { color: rgb(226,168,144); }

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

background-color css

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

 a { background-color: rgb(226,168,144); }

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

border-color css

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

 span { border-color: rgb(226,168,144); }

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