Html Css Color HEX #E05949 Flamingo

📋 copy color: '#E05949'

red 224 ◦ green 89 ◦ blue 73

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

Shades of Flamingo #E05949

Tints of Flamingo #E05949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

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

R = 58.03%
G = 23.06%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E05949 (or 0xE05949) is known color: Flamingo. HEX triplet: E0, 59 and 49. RGB value is (224,89,73). Sum of RGB (Red+Green+Blue) = 224+89+73=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05949 is #1FA6B6. Grayscale: #7F7F7F. Windows color (decimal): -2074295 or 4807136. OLE color: 4807136.

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

Color convert

RGB 224 89 73 -
CMYK 0 0.60 0.67 0.12
HSL 6.36º 0.71% 0.58% -
HSV(B) 6.36º 0.67% 0.88% -
XYZ 35.52 23.47 8.96 -
YUV 127.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 224 89 73 0 0.60 0.67 0.12 6.36 0.71 0.58
Hex E0 59 49 0 3C 43 C 6 47 3A
Octal 340 131 111 0 74 103 14 6 107 72
Binary 11100000 1011001 1001001 0 111100 1000011 1100 110 1000111 111010

Color Harmonies of #E05949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05949

Black with #E05949

Text Example


Text Example

White with #E05949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05949; }

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

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

background-color css

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

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

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

border-color css

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

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

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