Html Css Color HEX #E06449 Flamingo

📋 copy color: '#E06449'

red 224 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #E06449

Tints of Flamingo #E06449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 56.42%
G = 25.19%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E06449 (or 0xE06449) is known color: Flamingo. HEX triplet: E0, 64 and 49. RGB value is (224,100,73). Sum of RGB (Red+Green+Blue) = 224+100+73=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E06449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06449 is #1F9BB6. Grayscale: #868686. Windows color (decimal): -2071479 or 4809952. OLE color: 4809952.

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

Color convert

RGB 224 100 73 -
CMYK 0 0.55 0.67 0.12
HSL 10.73º 0.71% 0.58% -
HSV(B) 10.73º 0.67% 0.88% -
XYZ 36.5 25.44 9.29 -
YUV 134 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 224 100 73 0 0.55 0.67 0.12 10.73 0.71 0.58
Hex E0 64 49 0 37 43 C B 47 3A
Octal 340 144 111 0 67 103 14 13 107 72
Binary 11100000 1100100 1001001 0 110111 1000011 1100 1011 1000111 111010

Color Harmonies of #E06449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06449

Black with #E06449

Text Example


Text Example

White with #E06449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06449; }

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

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

background-color css

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

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

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

border-color css

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

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

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