Html Css Color HEX #E8A490 Tonys Pink

📋 copy color: '#E8A490'

red 232 ◦ green 164 ◦ blue 144

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

Shades of Tonys Pink #E8A490

Tints of Tonys Pink #E8A490

RGB

 RED value IS 232 (91.02% from 255) = 42.96%

 GREEN value IS 164 (64.45% from 255) = 30.37%

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

R = 42.96%
G = 30.37%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E8A490 (or 0xE8A490) is known color: Tonys Pink. HEX triplet: E8, A4 and 90. RGB value is (232,164,144). Sum of RGB (Red+Green+Blue) = 232+164+144=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A490 is #175B6F. Grayscale: #B6B6B6. Windows color (decimal): -1530736 or 9479400. OLE color: 9479400.

HSL color Cylindrical-coordinate representation of color #E8A490: hue angle of 13.64º degrees, saturation: 0.66, 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 #E8A490 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 164 144 -
CMYK 0 0.29 0.38 0.09
HSL 13.64º 0.66% 0.74% -
HSV(B) 13.64º 0.38% 0.91% -
XYZ 51.59 45.72 32.49 -
YUV 182.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 232 164 144 0 0.29 0.38 0.09 13.64 0.66 0.74
Hex E8 A4 90 0 1D 26 9 E 42 4A
Octal 350 244 220 0 35 46 11 16 102 112
Binary 11101000 10100100 10010000 0 11101 100110 1001 1110 1000010 1001010

Color Harmonies of #E8A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A490

Black with #E8A490

Text Example


Text Example

White with #E8A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A490; }

 p { color: rgb(232,164,144); }

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

background-color css

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

 a { background-color: rgb(232,164,144); }

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

border-color css

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

 span { border-color: rgb(232,164,144); }

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