Html Css Color HEX #E05C42 Flamingo

📋 copy color: '#E05C42'

red 224 ◦ green 92 ◦ blue 66

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

Shades of Flamingo #E05C42

Tints of Flamingo #E05C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 58.64%
G = 24.08%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05C42 (or 0xE05C42) is known color: Flamingo. HEX triplet: E0, 5C and 42. RGB value is (224,92,66). Sum of RGB (Red+Green+Blue) = 224+92+66=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C42 is #1FA3BD. Grayscale: #808080. Windows color (decimal): -2073534 or 4349152. OLE color: 4349152.

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

Color convert

RGB 224 92 66 -
CMYK 0 0.59 0.71 0.12
HSL 9.87º 0.72% 0.57% -
HSV(B) 9.87º 0.71% 0.88% -
XYZ 35.55 23.89 7.89 -
YUV 128.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 224 92 66 0 0.59 0.71 0.12 9.87 0.72 0.57
Hex E0 5C 42 0 3B 47 C A 48 39
Octal 340 134 102 0 73 107 14 12 110 71
Binary 11100000 1011100 1000010 0 111011 1000111 1100 1010 1001000 111001

Color Harmonies of #E05C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C42

Black with #E05C42

Text Example


Text Example

White with #E05C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C42; }

 p { color: rgb(224,92,66); }

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

background-color css

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

 a { background-color: rgb(224,92,66); }

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

border-color css

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

 span { border-color: rgb(224,92,66); }

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