Html Css Color HEX #E1A188 Tonys Pink

📋 copy color: '#E1A188'

red 225 ◦ green 161 ◦ blue 136

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

Shades of Tonys Pink #E1A188

Tints of Tonys Pink #E1A188

RGB

 RED value IS 225 (88.28% from 255) = 43.1%

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

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

R = 43.1%
G = 30.84%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E1A188 (or 0xE1A188) is known color: Tonys Pink. HEX triplet: E1, A1 and 88. RGB value is (225,161,136). Sum of RGB (Red+Green+Blue) = 225+161+136=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A188 is #1E5E77. Grayscale: #B1B1B1. Windows color (decimal): -1990264 or 8954337. OLE color: 8954337.

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

Color convert

RGB 225 161 136 -
CMYK 0 0.28 0.40 0.12
HSL 16.85º 0.6% 0.71% -
HSV(B) 16.85º 0.4% 0.88% -
XYZ 48.24 43.27 29.1 -
YUV 177.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 225 161 136 0 0.28 0.40 0.12 16.85 0.6 0.71
Hex E1 A1 88 0 1C 28 C 11 3C 47
Octal 341 241 210 0 34 50 14 21 74 107
Binary 11100001 10100001 10001000 0 11100 101000 1100 10001 111100 1000111

Color Harmonies of #E1A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A188

Black with #E1A188

Text Example


Text Example

White with #E1A188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A188; }

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

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

background-color css

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

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

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

border-color css

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

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

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