Html Css Color HEX #E7A082 Tonys Pink

📋 copy color: '#E7A082'

red 231 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #E7A082

Tints of Tonys Pink #E7A082

RGB

 RED value IS 231 (90.63% from 255) = 44.34%

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

 BLUE value IS 130 (51.17% from 255) = 24.95%

R = 44.34%
G = 30.71%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E7A082 (or 0xE7A082) is known color: Tonys Pink. HEX triplet: E7, A0 and 82. RGB value is (231,160,130). Sum of RGB (Red+Green+Blue) = 231+160+130=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A082 is #185F7D. Grayscale: #B2B2B2. Windows color (decimal): -1597310 or 8560871. OLE color: 8560871.

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

Color convert

RGB 231 160 130 -
CMYK 0 0.31 0.44 0.09
HSL 17.82º 0.68% 0.71% -
HSV(B) 17.82º 0.44% 0.91% -
XYZ 49.56 43.74 26.95 -
YUV 177.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 231 160 130 0 0.31 0.44 0.09 17.82 0.68 0.71
Hex E7 A0 82 0 1F 2C 9 12 44 47
Octal 347 240 202 0 37 54 11 22 104 107
Binary 11100111 10100000 10000010 0 11111 101100 1001 10010 1000100 1000111

Color Harmonies of #E7A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A082

Black with #E7A082

Text Example


Text Example

White with #E7A082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A082; }

 p { color: rgb(231,160,130); }

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

background-color css

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

 a { background-color: rgb(231,160,130); }

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

border-color css

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

 span { border-color: rgb(231,160,130); }

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