Html Css Color HEX #E19B86 Tonys Pink

📋 copy color: '#E19B86'

red 225 ◦ green 155 ◦ blue 134

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

Shades of Tonys Pink #E19B86

Tints of Tonys Pink #E19B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

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

R = 43.77%
G = 30.16%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E19B86 (or 0xE19B86) is known color: Tonys Pink. HEX triplet: E1, 9B and 86. RGB value is (225,155,134). Sum of RGB (Red+Green+Blue) = 225+155+134=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B86 is #1E6479. Grayscale: #ADADAD. Windows color (decimal): -1991802 or 8821729. OLE color: 8821729.

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

Color convert

RGB 225 155 134 -
CMYK 0 0.31 0.40 0.12
HSL 13.85º 0.6% 0.7% -
HSV(B) 13.85º 0.4% 0.88% -
XYZ 47.08 41.17 28.02 -
YUV 173.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 225 155 134 0 0.31 0.40 0.12 13.85 0.6 0.7
Hex E1 9B 86 0 1F 28 C E 3C 46
Octal 341 233 206 0 37 50 14 16 74 106
Binary 11100001 10011011 10000110 0 11111 101000 1100 1110 111100 1000110

Color Harmonies of #E19B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19B86

Black with #E19B86

Text Example


Text Example

White with #E19B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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