Html Css Color HEX #E05849 Flamingo

📋 copy color: '#E05849'

red 224 ◦ green 88 ◦ blue 73

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

Shades of Flamingo #E05849

Tints of Flamingo #E05849

RGB

 RED value IS 224 (87.89% from 255) = 58.18%

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 58.18%
G = 22.86%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05849 (or 0xE05849) is known color: Flamingo. HEX triplet: E0, 58 and 49. RGB value is (224,88,73). Sum of RGB (Red+Green+Blue) = 224+88+73=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E05849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05849 is #1FA7B6. Grayscale: #7F7F7F. Windows color (decimal): -2074551 or 4806880. OLE color: 4806880.

HSL color Cylindrical-coordinate representation of color #E05849: hue angle of 5.96º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E05849 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 73 -
CMYK 0 0.61 0.67 0.12
HSL 5.96º 0.71% 0.58% -
HSV(B) 5.96º 0.67% 0.88% -
XYZ 35.43 23.31 8.93 -
YUV 126.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 224 88 73 0 0.61 0.67 0.12 5.96 0.71 0.58
Hex E0 58 49 0 3D 43 C 6 47 3A
Octal 340 130 111 0 75 103 14 6 107 72
Binary 11100000 1011000 1001001 0 111101 1000011 1100 110 1000111 111010

Color Harmonies of #E05849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05849

Black with #E05849

Text Example


Text Example

White with #E05849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05849; }

 p { color: rgb(224,88,73); }

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

background-color css

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

 a { background-color: rgb(224,88,73); }

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

border-color css

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

 span { border-color: rgb(224,88,73); }

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