Html Css Color HEX #E6A080 Tonys Pink

📋 copy color: '#E6A080'

red 230 ◦ green 160 ◦ blue 128

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

Shades of Tonys Pink #E6A080

Tints of Tonys Pink #E6A080

RGB

 RED value IS 230 (90.23% from 255) = 44.4%

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

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 44.4%
G = 30.89%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6A080 (or 0xE6A080) is known color: Tonys Pink. HEX triplet: E6, A0 and 80. RGB value is (230,160,128). Sum of RGB (Red+Green+Blue) = 230+160+128=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A080 is #195F7F. Grayscale: #B1B1B1. Windows color (decimal): -1662848 or 8429798. OLE color: 8429798.

HSL color Cylindrical-coordinate representation of color #E6A080: hue angle of 18.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6A080 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 128 -
CMYK 0 0.30 0.44 0.10
HSL 18.82º 0.67% 0.7% -
HSV(B) 18.82º 0.44% 0.9% -
XYZ 49.1 43.52 26.24 -
YUV 177.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 230 160 128 0 0.30 0.44 0.10 18.82 0.67 0.7
Hex E6 A0 80 0 1E 2C A 13 43 46
Octal 346 240 200 0 36 54 12 23 103 106
Binary 11100110 10100000 10000000 0 11110 101100 1010 10011 1000011 1000110

Color Harmonies of #E6A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A080

Black with #E6A080

Text Example


Text Example

White with #E6A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A080; }

 p { color: rgb(230,160,128); }

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

background-color css

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

 a { background-color: rgb(230,160,128); }

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

border-color css

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

 span { border-color: rgb(230,160,128); }

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