Html Css Color HEX #E49F82 Tonys Pink

📋 copy color: '#E49F82'

red 228 ◦ green 159 ◦ blue 130

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

Shades of Tonys Pink #E49F82

Tints of Tonys Pink #E49F82

RGB

 RED value IS 228 (89.45% from 255) = 44.1%

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

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 44.1%
G = 30.75%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E49F82 (or 0xE49F82) is known color: Tonys Pink. HEX triplet: E4, 9F and 82. RGB value is (228,159,130). Sum of RGB (Red+Green+Blue) = 228+159+130=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F82 is #1B607D. Grayscale: #B0B0B0. Windows color (decimal): -1794174 or 8560612. OLE color: 8560612.

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

Color convert

RGB 228 159 130 -
CMYK 0 0.30 0.43 0.11
HSL 17.76º 0.64% 0.7% -
HSV(B) 17.76º 0.43% 0.89% -
XYZ 48.42 42.9 26.85 -
YUV 176.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 228 159 130 0 0.30 0.43 0.11 17.76 0.64 0.7
Hex E4 9F 82 0 1E 2B B 12 40 46
Octal 344 237 202 0 36 53 13 22 100 106
Binary 11100100 10011111 10000010 0 11110 101011 1011 10010 1000000 1000110

Color Harmonies of #E49F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49F82

Black with #E49F82

Text Example


Text Example

White with #E49F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49F82; }

 p { color: rgb(228,159,130); }

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

background-color css

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

 a { background-color: rgb(228,159,130); }

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

border-color css

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

 span { border-color: rgb(228,159,130); }

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