Html Css Color HEX #E2A992 Tonys Pink

📋 copy color: '#E2A992'

red 226 ◦ green 169 ◦ blue 146

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

Shades of Tonys Pink #E2A992

Tints of Tonys Pink #E2A992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.99%

R = 41.77%
G = 31.24%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2A992 (or 0xE2A992) is known color: Tonys Pink. HEX triplet: E2, A9 and 92. RGB value is (226,169,146). Sum of RGB (Red+Green+Blue) = 226+169+146=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A992 is #1D566D. Grayscale: #B7B7B7. Windows color (decimal): -1922670 or 9611746. OLE color: 9611746.

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

Color convert

RGB 226 169 146 -
CMYK 0 0.25 0.35 0.11
HSL 17.25º 0.58% 0.73% -
HSV(B) 17.25º 0.35% 0.89% -
XYZ 50.74 46.62 33.52 -
YUV 183.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 226 169 146 0 0.25 0.35 0.11 17.25 0.58 0.73
Hex E2 A9 92 0 19 23 B 11 3A 49
Octal 342 251 222 0 31 43 13 21 72 111
Binary 11100010 10101001 10010010 0 11001 100011 1011 10001 111010 1001001

Color Harmonies of #E2A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A992

Black with #E2A992

Text Example


Text Example

White with #E2A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A992; }

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

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

background-color css

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

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

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

border-color css

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

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

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