Html Css Color HEX #E05B49 Flamingo

📋 copy color: '#E05B49'

red 224 ◦ green 91 ◦ blue 73

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

Shades of Flamingo #E05B49

Tints of Flamingo #E05B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.45%

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

R = 57.73%
G = 23.45%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05B49 (or 0xE05B49) is known color: Flamingo. HEX triplet: E0, 5B and 49. RGB value is (224,91,73). Sum of RGB (Red+Green+Blue) = 224+91+73=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B49 is #1FA4B6. Grayscale: #808080. Windows color (decimal): -2073783 or 4807648. OLE color: 4807648.

HSL color Cylindrical-coordinate representation of color #E05B49: hue angle of 7.15º 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 #E05B49 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 91 73 -
CMYK 0 0.59 0.67 0.12
HSL 7.15º 0.71% 0.58% -
HSV(B) 7.15º 0.67% 0.88% -
XYZ 35.68 23.81 9.02 -
YUV 128.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 224 91 73 0 0.59 0.67 0.12 7.15 0.71 0.58
Hex E0 5B 49 0 3B 43 C 7 47 3A
Octal 340 133 111 0 73 103 14 7 107 72
Binary 11100000 1011011 1001001 0 111011 1000011 1100 111 1000111 111010

Color Harmonies of #E05B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B49

Black with #E05B49

Text Example


Text Example

White with #E05B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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