Html Css Color HEX #E0A188 Tonys Pink

📋 copy color: '#E0A188'

red 224 ◦ green 161 ◦ blue 136

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

Shades of Tonys Pink #E0A188

Tints of Tonys Pink #E0A188

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 42.99%
G = 30.9%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E0A188 (or 0xE0A188) is known color: Tonys Pink. HEX triplet: E0, A1 and 88. RGB value is (224,161,136). Sum of RGB (Red+Green+Blue) = 224+161+136=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A188 is #1F5E77. Grayscale: #B1B1B1. Windows color (decimal): -2055800 or 8954336. OLE color: 8954336.

HSL color Cylindrical-coordinate representation of color #E0A188: hue angle of 17.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0A188 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 161 136 -
CMYK 0 0.28 0.39 0.12
HSL 17.05º 0.59% 0.71% -
HSV(B) 17.05º 0.39% 0.88% -
XYZ 47.93 43.11 29.09 -
YUV 176.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 224 161 136 0 0.28 0.39 0.12 17.05 0.59 0.71
Hex E0 A1 88 0 1C 27 C 11 3B 47
Octal 340 241 210 0 34 47 14 21 73 107
Binary 11100000 10100001 10001000 0 11100 100111 1100 10001 111011 1000111

Color Harmonies of #E0A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A188

Black with #E0A188

Text Example


Text Example

White with #E0A188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A188; }

 p { color: rgb(224,161,136); }

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

background-color css

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

 a { background-color: rgb(224,161,136); }

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

border-color css

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

 span { border-color: rgb(224,161,136); }

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