Html Css Color HEX #E0594A Flamingo

📋 copy color: '#E0594A'

red 224 ◦ green 89 ◦ blue 74

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

Shades of Flamingo #E0594A

Tints of Flamingo #E0594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 57.88%
G = 23%
B = 19.12%

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

#E0594A (or 0xE0594A) is known color: Flamingo. HEX triplet: E0, 59 and 4A. RGB value is (224,89,74). Sum of RGB (Red+Green+Blue) = 224+89+74=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0594A is #1FA6B5. Grayscale: #7F7F7F. Windows color (decimal): -2074294 or 4872672. OLE color: 4872672.

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

Color convert

RGB 224 89 74 -
CMYK 0 0.60 0.67 0.12
HSL 0.71% 0.58% -
HSV(B) 0.67% 0.88% -
XYZ 35.55 23.49 9.14 -
YUV 127.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 224 89 74 0 0.60 0.67 0.12 6 0.71 0.58
Hex E0 59 4A 0 3C 43 C 6 47 3A
Octal 340 131 112 0 74 103 14 6 107 72
Binary 11100000 1011001 1001010 0 111100 1000011 1100 110 1000111 111010

Color Harmonies of #E0594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0594A

Black with #E0594A

Text Example


Text Example

White with #E0594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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