Html Css Color HEX #E8A084 Tonys Pink

📋 copy color: '#E8A084'

red 232 ◦ green 160 ◦ blue 132

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

Shades of Tonys Pink #E8A084

Tints of Tonys Pink #E8A084

RGB

 RED value IS 232 (91.02% from 255) = 44.27%

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 44.27%
G = 30.53%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E8A084 (or 0xE8A084) is known color: Tonys Pink. HEX triplet: E8, A0 and 84. RGB value is (232,160,132). Sum of RGB (Red+Green+Blue) = 232+160+132=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A084 is #175F7B. Grayscale: #B2B2B2. Windows color (decimal): -1531772 or 8691944. OLE color: 8691944.

HSL color Cylindrical-coordinate representation of color #E8A084: hue angle of 16.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8A084 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 160 132 -
CMYK 0 0.31 0.43 0.09
HSL 16.8º 0.68% 0.71% -
HSV(B) 16.8º 0.43% 0.91% -
XYZ 50.01 43.96 27.68 -
YUV 178.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 232 160 132 0 0.31 0.43 0.09 16.8 0.68 0.71
Hex E8 A0 84 0 1F 2B 9 11 44 47
Octal 350 240 204 0 37 53 11 21 104 107
Binary 11101000 10100000 10000100 0 11111 101011 1001 10001 1000100 1000111

Color Harmonies of #E8A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A084

Black with #E8A084

Text Example


Text Example

White with #E8A084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A084; }

 p { color: rgb(232,160,132); }

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

background-color css

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

 a { background-color: rgb(232,160,132); }

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

border-color css

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

 span { border-color: rgb(232,160,132); }

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