Html Css Color HEX #E7A085 Tonys Pink

📋 copy color: '#E7A085'

red 231 ◦ green 160 ◦ blue 133

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

Shades of Tonys Pink #E7A085

Tints of Tonys Pink #E7A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 44.08%
G = 30.53%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7A085 (or 0xE7A085) is known color: Tonys Pink. HEX triplet: E7, A0 and 85. RGB value is (231,160,133). Sum of RGB (Red+Green+Blue) = 231+160+133=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A085 is #185F7A. Grayscale: #B2B2B2. Windows color (decimal): -1597307 or 8757479. OLE color: 8757479.

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

Color convert

RGB 231 160 133 -
CMYK 0 0.31 0.42 0.09
HSL 16.53º 0.67% 0.71% -
HSV(B) 16.53º 0.42% 0.91% -
XYZ 49.76 43.82 28.03 -
YUV 178.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 231 160 133 0 0.31 0.42 0.09 16.53 0.67 0.71
Hex E7 A0 85 0 1F 2A 9 11 43 47
Octal 347 240 205 0 37 52 11 21 103 107
Binary 11100111 10100000 10000101 0 11111 101010 1001 10001 1000011 1000111

Color Harmonies of #E7A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A085

Black with #E7A085

Text Example


Text Example

White with #E7A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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