Html Css Color HEX #E29F84 Tonys Pink

📋 copy color: '#E29F84'

red 226 ◦ green 159 ◦ blue 132

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

Shades of Tonys Pink #E29F84

Tints of Tonys Pink #E29F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 43.71%
G = 30.75%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E29F84 (or 0xE29F84) is known color: Tonys Pink. HEX triplet: E2, 9F and 84. RGB value is (226,159,132). Sum of RGB (Red+Green+Blue) = 226+159+132=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F84 is #1D607B. Grayscale: #B0B0B0. Windows color (decimal): -1925244 or 8691682. OLE color: 8691682.

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

Color convert

RGB 226 159 132 -
CMYK 0 0.30 0.42 0.11
HSL 17.23º 0.62% 0.7% -
HSV(B) 17.23º 0.42% 0.89% -
XYZ 47.93 42.63 27.53 -
YUV 175.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 226 159 132 0 0.30 0.42 0.11 17.23 0.62 0.7
Hex E2 9F 84 0 1E 2A B 11 3E 46
Octal 342 237 204 0 36 52 13 21 76 106
Binary 11100010 10011111 10000100 0 11110 101010 1011 10001 111110 1000110

Color Harmonies of #E29F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29F84

Black with #E29F84

Text Example


Text Example

White with #E29F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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