Html Css Color HEX #E0594C Flamingo

📋 copy color: '#E0594C'

red 224 ◦ green 89 ◦ blue 76

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

Shades of Flamingo #E0594C

Tints of Flamingo #E0594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 57.58%
G = 22.88%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0594C (or 0xE0594C) is known color: Flamingo. HEX triplet: E0, 59 and 4C. RGB value is (224,89,76). Sum of RGB (Red+Green+Blue) = 224+89+76=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0594C is #1FA6B3. Grayscale: #808080. Windows color (decimal): -2074292 or 5003744. OLE color: 5003744.

HSL color Cylindrical-coordinate representation of color #E0594C: hue angle of 5.27º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0594C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 76 -
CMYK 0 0.60 0.66 0.12
HSL 5.27º 0.7% 0.59% -
HSV(B) 5.27º 0.66% 0.88% -
XYZ 35.62 23.51 9.5 -
YUV 127.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 224 89 76 0 0.60 0.66 0.12 5.27 0.7 0.59
Hex E0 59 4C 0 3C 42 C 5 46 3B
Octal 340 131 114 0 74 102 14 5 106 73
Binary 11100000 1011001 1001100 0 111100 1000010 1100 101 1000110 111011

Color Harmonies of #E0594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0594C

Black with #E0594C

Text Example


Text Example

White with #E0594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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