Html Css Color HEX #E0A492 Tonys Pink

📋 copy color: '#E0A492'

red 224 ◦ green 164 ◦ blue 146

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

Shades of Tonys Pink #E0A492

Tints of Tonys Pink #E0A492

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 164 (64.45% from 255) = 30.71%

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

R = 41.95%
G = 30.71%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E0A492 (or 0xE0A492) is known color: Tonys Pink. HEX triplet: E0, A4 and 92. RGB value is (224,164,146). Sum of RGB (Red+Green+Blue) = 224+164+146=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A492 is #1F5B6D. Grayscale: #B4B4B4. Windows color (decimal): -2055022 or 9610464. OLE color: 9610464.

HSL color Cylindrical-coordinate representation of color #E0A492: hue angle of 13.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A492 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 146 -
CMYK 0 0.27 0.35 0.12
HSL 13.85º 0.56% 0.73% -
HSV(B) 13.85º 0.35% 0.88% -
XYZ 49.2 44.47 33.19 -
YUV 179.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 224 164 146 0 0.27 0.35 0.12 13.85 0.56 0.73
Hex E0 A4 92 0 1B 23 C E 38 49
Octal 340 244 222 0 33 43 14 16 70 111
Binary 11100000 10100100 10010010 0 11011 100011 1100 1110 111000 1001001

Color Harmonies of #E0A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A492

Black with #E0A492

Text Example


Text Example

White with #E0A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A492; }

 p { color: rgb(224,164,146); }

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

background-color css

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

 a { background-color: rgb(224,164,146); }

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

border-color css

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

 span { border-color: rgb(224,164,146); }

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