Html Css Color HEX #E7A290 Tonys Pink

📋 copy color: '#E7A290'

red 231 ◦ green 162 ◦ blue 144

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

Shades of Tonys Pink #E7A290

Tints of Tonys Pink #E7A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

 BLUE value IS 144 (56.64% from 255) = 26.82%

R = 43.02%
G = 30.17%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7A290 (or 0xE7A290) is known color: Tonys Pink. HEX triplet: E7, A2 and 90. RGB value is (231,162,144). Sum of RGB (Red+Green+Blue) = 231+162+144=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A290 is #185D6F. Grayscale: #B4B4B4. Windows color (decimal): -1596784 or 9478887. OLE color: 9478887.

HSL color Cylindrical-coordinate representation of color #E7A290: hue angle of 12.41º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7A290 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 162 144 -
CMYK 0 0.30 0.38 0.09
HSL 12.41º 0.64% 0.74% -
HSV(B) 12.41º 0.38% 0.91% -
XYZ 50.91 44.84 32.36 -
YUV 180.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 231 162 144 0 0.30 0.38 0.09 12.41 0.64 0.74
Hex E7 A2 90 0 1E 26 9 C 40 4A
Octal 347 242 220 0 36 46 11 14 100 112
Binary 11100111 10100010 10010000 0 11110 100110 1001 1100 1000000 1001010

Color Harmonies of #E7A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A290

Black with #E7A290

Text Example


Text Example

White with #E7A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A290; }

 p { color: rgb(231,162,144); }

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

background-color css

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

 a { background-color: rgb(231,162,144); }

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

border-color css

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

 span { border-color: rgb(231,162,144); }

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