Html Css Color HEX #E29F92 Tonys Pink

📋 copy color: '#E29F92'

red 226 ◦ green 159 ◦ blue 146

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

Shades of Tonys Pink #E29F92

Tints of Tonys Pink #E29F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 42.56%
G = 29.94%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29F92 (or 0xE29F92) is known color: Tonys Pink. HEX triplet: E2, 9F and 92. RGB value is (226,159,146). Sum of RGB (Red+Green+Blue) = 226+159+146=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F92 is #1D606D. Grayscale: #B1B1B1. Windows color (decimal): -1925230 or 9609186. OLE color: 9609186.

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

Color convert

RGB 226 159 146 -
CMYK 0 0.30 0.35 0.11
HSL 9.75º 0.58% 0.73% -
HSV(B) 9.75º 0.35% 0.89% -
XYZ 48.95 43.04 32.92 -
YUV 177.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 226 159 146 0 0.30 0.35 0.11 9.75 0.58 0.73
Hex E2 9F 92 0 1E 23 B A 3A 49
Octal 342 237 222 0 36 43 13 12 72 111
Binary 11100010 10011111 10010010 0 11110 100011 1011 1010 111010 1001001

Color Harmonies of #E29F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29F92

Black with #E29F92

Text Example


Text Example

White with #E29F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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