Html Css Color HEX #E05740 Flamingo

📋 copy color: '#E05740'

red 224 ◦ green 87 ◦ blue 64

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

Shades of Flamingo #E05740

Tints of Flamingo #E05740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 59.73%
G = 23.2%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05740 (or 0xE05740) is known color: Flamingo. HEX triplet: E0, 57 and 40. RGB value is (224,87,64). Sum of RGB (Red+Green+Blue) = 224+87+64=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05740 is #1FA8BF. Grayscale: #7D7D7D. Windows color (decimal): -2074816 or 4216800. OLE color: 4216800.

HSL color Cylindrical-coordinate representation of color #E05740: hue angle of 8.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05740 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 64 -
CMYK 0 0.61 0.71 0.12
HSL 8.63º 0.72% 0.56% -
HSV(B) 8.63º 0.71% 0.88% -
XYZ 35.07 23.03 7.45 -
YUV 125.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 224 87 64 0 0.61 0.71 0.12 8.63 0.72 0.56
Hex E0 57 40 0 3D 47 C 9 48 38
Octal 340 127 100 0 75 107 14 11 110 70
Binary 11100000 1010111 1000000 0 111101 1000111 1100 1001 1001000 111000

Color Harmonies of #E05740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05740

Black with #E05740

Text Example


Text Example

White with #E05740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05740; }

 p { color: rgb(224,87,64); }

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

background-color css

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

 a { background-color: rgb(224,87,64); }

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

border-color css

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

 span { border-color: rgb(224,87,64); }

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