Html Css Color HEX #E46A49 Flamingo

📋 copy color: '#E46A49'

red 228 ◦ green 106 ◦ blue 73

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

Shades of Flamingo #E46A49

Tints of Flamingo #E46A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 73 (28.91% from 255) = 17.94%

R = 56.02%
G = 26.04%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E46A49 (or 0xE46A49) is known color: Flamingo. HEX triplet: E4, 6A and 49. RGB value is (228,106,73). Sum of RGB (Red+Green+Blue) = 228+106+73=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46A49 is #1B95B6. Grayscale: #8A8A8A. Windows color (decimal): -1807799 or 4811492. OLE color: 4811492.

HSL color Cylindrical-coordinate representation of color #E46A49: hue angle of 12.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E46A49 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 106 73 -
CMYK 0 0.54 0.68 0.11
HSL 12.77º 0.74% 0.59% -
HSV(B) 12.77º 0.68% 0.89% -
XYZ 38.35 27.28 9.55 -
YUV 138.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 228 106 73 0 0.54 0.68 0.11 12.77 0.74 0.59
Hex E4 6A 49 0 36 44 B D 4A 3B
Octal 344 152 111 0 66 104 13 15 112 73
Binary 11100100 1101010 1001001 0 110110 1000100 1011 1101 1001010 111011

Color Harmonies of #E46A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A49

Black with #E46A49

Text Example


Text Example

White with #E46A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A49; }

 p { color: rgb(228,106,73); }

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

background-color css

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

 a { background-color: rgb(228,106,73); }

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

border-color css

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

 span { border-color: rgb(228,106,73); }

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