Html Css Color HEX #E49F8D Tonys Pink

📋 copy color: '#E49F8D'

red 228 ◦ green 159 ◦ blue 141

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

Shades of Tonys Pink #E49F8D

Tints of Tonys Pink #E49F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 43.18%
G = 30.11%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E49F8D (or 0xE49F8D) is known color: Tonys Pink. HEX triplet: E4, 9F and 8D. RGB value is (228,159,141). Sum of RGB (Red+Green+Blue) = 228+159+141=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F8D is #1B6072. Grayscale: #B1B1B1. Windows color (decimal): -1794163 or 9281508. OLE color: 9281508.

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

Color convert

RGB 228 159 141 -
CMYK 0 0.30 0.38 0.11
HSL 12.41º 0.62% 0.72% -
HSV(B) 12.41º 0.38% 0.89% -
XYZ 49.2 43.21 30.95 -
YUV 177.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 228 159 141 0 0.30 0.38 0.11 12.41 0.62 0.72
Hex E4 9F 8D 0 1E 26 B C 3E 48
Octal 344 237 215 0 36 46 13 14 76 110
Binary 11100100 10011111 10001101 0 11110 100110 1011 1100 111110 1001000

Color Harmonies of #E49F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49F8D

Black with #E49F8D

Text Example


Text Example

White with #E49F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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