Html Css Color HEX #E19D86 Tonys Pink

📋 copy color: '#E19D86'

red 225 ◦ green 157 ◦ blue 134

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

Shades of Tonys Pink #E19D86

Tints of Tonys Pink #E19D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 43.6%
G = 30.43%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E19D86 (or 0xE19D86) is known color: Tonys Pink. HEX triplet: E1, 9D and 86. RGB value is (225,157,134). Sum of RGB (Red+Green+Blue) = 225+157+134=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D86 is #1E6279. Grayscale: #AEAEAE. Windows color (decimal): -1991290 or 8822241. OLE color: 8822241.

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

Color convert

RGB 225 157 134 -
CMYK 0 0.30 0.40 0.12
HSL 15.16º 0.6% 0.7% -
HSV(B) 15.16º 0.4% 0.88% -
XYZ 47.41 41.84 28.13 -
YUV 174.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 225 157 134 0 0.30 0.40 0.12 15.16 0.6 0.7
Hex E1 9D 86 0 1E 28 C F 3C 46
Octal 341 235 206 0 36 50 14 17 74 106
Binary 11100001 10011101 10000110 0 11110 101000 1100 1111 111100 1000110

Color Harmonies of #E19D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D86

Black with #E19D86

Text Example


Text Example

White with #E19D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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