Html Css Color HEX #E19A86 Tonys Pink

📋 copy color: '#E19A86'

red 225 ◦ green 154 ◦ blue 134

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

Shades of Tonys Pink #E19A86

Tints of Tonys Pink #E19A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 43.86%
G = 30.02%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E19A86 (or 0xE19A86) is known color: Tonys Pink. HEX triplet: E1, 9A and 86. RGB value is (225,154,134). Sum of RGB (Red+Green+Blue) = 225+154+134=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A86 is #1E6579. Grayscale: #ADADAD. Windows color (decimal): -1992058 or 8821473. OLE color: 8821473.

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

Color convert

RGB 225 154 134 -
CMYK 0 0.32 0.40 0.12
HSL 13.19º 0.6% 0.7% -
HSV(B) 13.19º 0.4% 0.88% -
XYZ 46.91 40.84 27.96 -
YUV 172.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 225 154 134 0 0.32 0.40 0.12 13.19 0.6 0.7
Hex E1 9A 86 0 20 28 C D 3C 46
Octal 341 232 206 0 40 50 14 15 74 106
Binary 11100001 10011010 10000110 0 100000 101000 1100 1101 111100 1000110

Color Harmonies of #E19A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A86

Black with #E19A86

Text Example


Text Example

White with #E19A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A86; }

 p { color: rgb(225,154,134); }

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

background-color css

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

 a { background-color: rgb(225,154,134); }

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

border-color css

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

 span { border-color: rgb(225,154,134); }

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