Html Css Color HEX #E7A07F Tonys Pink

📋 copy color: '#E7A07F'

red 231 ◦ green 160 ◦ blue 127

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

Shades of Tonys Pink #E7A07F

Tints of Tonys Pink #E7A07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.52%

R = 44.59%
G = 30.89%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7A07F (or 0xE7A07F) is known color: Tonys Pink. HEX triplet: E7, A0 and 7F. RGB value is (231,160,127). Sum of RGB (Red+Green+Blue) = 231+160+127=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A07F is #185F80. Grayscale: #B1B1B1. Windows color (decimal): -1597313 or 8364263. OLE color: 8364263.

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

Color convert

RGB 231 160 127 -
CMYK 0 0.31 0.45 0.09
HSL 19.04º 0.68% 0.7% -
HSV(B) 19.04º 0.45% 0.91% -
XYZ 49.36 43.66 25.91 -
YUV 177.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 231 160 127 0 0.31 0.45 0.09 19.04 0.68 0.7
Hex E7 A0 7F 0 1F 2D 9 13 44 46
Octal 347 240 177 0 37 55 11 23 104 106
Binary 11100111 10100000 1111111 0 11111 101101 1001 10011 1000100 1000110

Color Harmonies of #E7A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A07F

Black with #E7A07F

Text Example


Text Example

White with #E7A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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