Html Css Color HEX #E0A590 Tonys Pink

📋 copy color: '#E0A590'

red 224 ◦ green 165 ◦ blue 144

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

Shades of Tonys Pink #E0A590

Tints of Tonys Pink #E0A590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 42.03%
G = 30.96%
B = 27.02%

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

#E0A590 (or 0xE0A590) is known color: Tonys Pink. HEX triplet: E0, A5 and 90. RGB value is (224,165,144). Sum of RGB (Red+Green+Blue) = 224+165+144=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A590 is #1F5A6F. Grayscale: #B4B4B4. Windows color (decimal): -2054768 or 9479648. OLE color: 9479648.

HSL color Cylindrical-coordinate representation of color #E0A590: hue angle of 15.75º 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 #E0A590 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 144 -
CMYK 0 0.26 0.36 0.12
HSL 15.75º 0.56% 0.72% -
HSV(B) 15.75º 0.36% 0.88% -
XYZ 49.23 44.77 32.43 -
YUV 180.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 224 165 144 0 0.26 0.36 0.12 15.75 0.56 0.72
Hex E0 A5 90 0 1A 24 C 10 38 48
Octal 340 245 220 0 32 44 14 20 70 110
Binary 11100000 10100101 10010000 0 11010 100100 1100 10000 111000 1001000

Color Harmonies of #E0A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A590

Black with #E0A590

Text Example


Text Example

White with #E0A590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A590; }

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

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

background-color css

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

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

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

border-color css

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

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

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