Html Css Color HEX #E29F91 Tonys Pink

📋 copy color: '#E29F91'

red 226 ◦ green 159 ◦ blue 145

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

Shades of Tonys Pink #E29F91

Tints of Tonys Pink #E29F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30%

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 42.64%
G = 30%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29F91 (or 0xE29F91) is known color: Tonys Pink. HEX triplet: E2, 9F and 91. RGB value is (226,159,145). Sum of RGB (Red+Green+Blue) = 226+159+145=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F91 is #1D606E. Grayscale: #B1B1B1. Windows color (decimal): -1925231 or 9543650. OLE color: 9543650.

HSL color Cylindrical-coordinate representation of color #E29F91: hue angle of 10.37º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29F91 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 159 145 -
CMYK 0 0.30 0.36 0.11
HSL 10.37º 0.58% 0.73% -
HSV(B) 10.37º 0.36% 0.89% -
XYZ 48.87 43.01 32.51 -
YUV 177.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 226 159 145 0 0.30 0.36 0.11 10.37 0.58 0.73
Hex E2 9F 91 0 1E 24 B A 3A 49
Octal 342 237 221 0 36 44 13 12 72 111
Binary 11100010 10011111 10010001 0 11110 100100 1011 1010 111010 1001001

Color Harmonies of #E29F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29F91

Black with #E29F91

Text Example


Text Example

White with #E29F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29F91; }

 p { color: rgb(226,159,145); }

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

background-color css

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

 a { background-color: rgb(226,159,145); }

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

border-color css

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

 span { border-color: rgb(226,159,145); }

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