Html Css Color HEX #E2A990 Tonys Pink

📋 copy color: '#E2A990'

red 226 ◦ green 169 ◦ blue 144

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

Shades of Tonys Pink #E2A990

Tints of Tonys Pink #E2A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.35%

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

R = 41.93%
G = 31.35%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2A990 (or 0xE2A990) is known color: Tonys Pink. HEX triplet: E2, A9 and 90. RGB value is (226,169,144). Sum of RGB (Red+Green+Blue) = 226+169+144=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A990 is #1D566F. Grayscale: #B7B7B7. Windows color (decimal): -1922672 or 9480674. OLE color: 9480674.

HSL color Cylindrical-coordinate representation of color #E2A990: hue angle of 18.29º 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 #E2A990 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 144 -
CMYK 0 0.25 0.36 0.11
HSL 18.29º 0.59% 0.73% -
HSV(B) 18.29º 0.36% 0.89% -
XYZ 50.59 46.56 32.71 -
YUV 183.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 226 169 144 0 0.25 0.36 0.11 18.29 0.59 0.73
Hex E2 A9 90 0 19 24 B 12 3B 49
Octal 342 251 220 0 31 44 13 22 73 111
Binary 11100010 10101001 10010000 0 11001 100100 1011 10010 111011 1001001

Color Harmonies of #E2A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A990

Black with #E2A990

Text Example


Text Example

White with #E2A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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