Html Css Color HEX #E19986 Tonys Pink

📋 copy color: '#E19986'

red 225 ◦ green 153 ◦ blue 134

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

Shades of Tonys Pink #E19986

Tints of Tonys Pink #E19986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 43.95%
G = 29.88%
B = 26.17%

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

#E19986 (or 0xE19986) is known color: Tonys Pink. HEX triplet: E1, 99 and 86. RGB value is (225,153,134). Sum of RGB (Red+Green+Blue) = 225+153+134=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E19986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19986 is #1E6679. Grayscale: #ACACAC. Windows color (decimal): -1992314 or 8821217. OLE color: 8821217.

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

Color convert

RGB 225 153 134 -
CMYK 0 0.32 0.40 0.12
HSL 12.53º 0.6% 0.7% -
HSV(B) 12.53º 0.4% 0.88% -
XYZ 46.75 40.51 27.91 -
YUV 172.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 225 153 134 0 0.32 0.40 0.12 12.53 0.6 0.7
Hex E1 99 86 0 20 28 C D 3C 46
Octal 341 231 206 0 40 50 14 15 74 106
Binary 11100001 10011001 10000110 0 100000 101000 1100 1101 111100 1000110

Color Harmonies of #E19986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19986

Black with #E19986

Text Example


Text Example

White with #E19986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19986; }

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

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

background-color css

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

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

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

border-color css

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

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

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