Html Css Color HEX #E29986 Tonys Pink

📋 copy color: '#E29986'

red 226 ◦ green 153 ◦ blue 134

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

Shades of Tonys Pink #E29986

Tints of Tonys Pink #E29986

RGB

 RED value IS 226 (88.67% from 255) = 44.05%

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

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

R = 44.05%
G = 29.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E29986 (or 0xE29986) is known color: Tonys Pink. HEX triplet: E2, 99 and 86. RGB value is (226,153,134). Sum of RGB (Red+Green+Blue) = 226+153+134=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E29986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29986 is #1D6679. Grayscale: #ACACAC. Windows color (decimal): -1926778 or 8821218. OLE color: 8821218.

HSL color Cylindrical-coordinate representation of color #E29986: hue angle of 12.39º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E29986 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 134 -
CMYK 0 0.32 0.41 0.11
HSL 12.39º 0.61% 0.71% -
HSV(B) 12.39º 0.41% 0.89% -
XYZ 47.06 40.67 27.92 -
YUV 172.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 226 153 134 0 0.32 0.41 0.11 12.39 0.61 0.71
Hex E2 99 86 0 20 29 B C 3D 47
Octal 342 231 206 0 40 51 13 14 75 107
Binary 11100010 10011001 10000110 0 100000 101001 1011 1100 111101 1000111

Color Harmonies of #E29986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29986

Black with #E29986

Text Example


Text Example

White with #E29986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29986; }

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

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

background-color css

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

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

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

border-color css

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

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

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