Html Css Color HEX #E05C48 Flamingo

📋 copy color: '#E05C48'

red 224 ◦ green 92 ◦ blue 72

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

Shades of Flamingo #E05C48

Tints of Flamingo #E05C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 57.73%
G = 23.71%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E05C48 (or 0xE05C48) is known color: Flamingo. HEX triplet: E0, 5C and 48. RGB value is (224,92,72). Sum of RGB (Red+Green+Blue) = 224+92+72=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C48 is #1FA3B7. Grayscale: #818181. Windows color (decimal): -2073528 or 4742368. OLE color: 4742368.

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

Color convert

RGB 224 92 72 -
CMYK 0 0.59 0.68 0.12
HSL 7.89º 0.71% 0.58% -
HSV(B) 7.89º 0.68% 0.88% -
XYZ 35.74 23.97 8.87 -
YUV 129.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 224 92 72 0 0.59 0.68 0.12 7.89 0.71 0.58
Hex E0 5C 48 0 3B 44 C 8 47 3A
Octal 340 134 110 0 73 104 14 10 107 72
Binary 11100000 1011100 1001000 0 111011 1000100 1100 1000 1000111 111010

Color Harmonies of #E05C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C48

Black with #E05C48

Text Example


Text Example

White with #E05C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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