Html Css Color HEX #E0A090 Tonys Pink

📋 copy color: '#E0A090'

red 224 ◦ green 160 ◦ blue 144

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

Shades of Tonys Pink #E0A090

Tints of Tonys Pink #E0A090

RGB

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

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

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

R = 42.42%
G = 30.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0A090 (or 0xE0A090) is known color: Tonys Pink. HEX triplet: E0, A0 and 90. RGB value is (224,160,144). Sum of RGB (Red+Green+Blue) = 224+160+144=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A090 is #1F5F6F. Grayscale: #B1B1B1. Windows color (decimal): -2056048 or 9478368. OLE color: 9478368.

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

Color convert

RGB 224 160 144 -
CMYK 0 0.29 0.36 0.12
HSL 12º 0.56% 0.72% -
HSV(B) 12º 0.36% 0.88% -
XYZ 48.35 43 32.14 -
YUV 177.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 224 160 144 0 0.29 0.36 0.12 12 0.56 0.72
Hex E0 A0 90 0 1D 24 C C 38 48
Octal 340 240 220 0 35 44 14 14 70 110
Binary 11100000 10100000 10010000 0 11101 100100 1100 1100 111000 1001000

Color Harmonies of #E0A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A090

Black with #E0A090

Text Example


Text Example

White with #E0A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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