Html Css Color HEX #E0A690 Tonys Pink

📋 copy color: '#E0A690'

red 224 ◦ green 166 ◦ blue 144

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

Shades of Tonys Pink #E0A690

Tints of Tonys Pink #E0A690

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 41.95%
G = 31.09%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0A690 (or 0xE0A690) is known color: Tonys Pink. HEX triplet: E0, A6 and 90. RGB value is (224,166,144). Sum of RGB (Red+Green+Blue) = 224+166+144=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A690 is #1F596F. Grayscale: #B4B4B4. Windows color (decimal): -2054512 or 9479904. OLE color: 9479904.

HSL color Cylindrical-coordinate representation of color #E0A690: hue angle of 16.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0A690 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 166 144 -
CMYK 0 0.26 0.36 0.12
HSL 16.5º 0.56% 0.72% -
HSV(B) 16.5º 0.36% 0.88% -
XYZ 49.41 45.13 32.49 -
YUV 180.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 224 166 144 0 0.26 0.36 0.12 16.5 0.56 0.72
Hex E0 A6 90 0 1A 24 C 10 38 48
Octal 340 246 220 0 32 44 14 20 70 110
Binary 11100000 10100110 10010000 0 11010 100100 1100 10000 111000 1001000

Color Harmonies of #E0A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A690

Black with #E0A690

Text Example


Text Example

White with #E0A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A690; }

 p { color: rgb(224,166,144); }

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

background-color css

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

 a { background-color: rgb(224,166,144); }

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

border-color css

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

 span { border-color: rgb(224,166,144); }

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