Html Css Color HEX #E05948 Flamingo

📋 copy color: '#E05948'

red 224 ◦ green 89 ◦ blue 72

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

Shades of Flamingo #E05948

Tints of Flamingo #E05948

RGB

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

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

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

R = 58.18%
G = 23.12%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E05948 (or 0xE05948) is known color: Flamingo. HEX triplet: E0, 59 and 48. RGB value is (224,89,72). Sum of RGB (Red+Green+Blue) = 224+89+72=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E05948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05948 is #1FA6B7. Grayscale: #7F7F7F. Windows color (decimal): -2074296 or 4741600. OLE color: 4741600.

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

Color convert

RGB 224 89 72 -
CMYK 0 0.60 0.68 0.12
HSL 6.71º 0.71% 0.58% -
HSV(B) 6.71º 0.68% 0.88% -
XYZ 35.48 23.46 8.79 -
YUV 127.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 224 89 72 0 0.60 0.68 0.12 6.71 0.71 0.58
Hex E0 59 48 0 3C 44 C 7 47 3A
Octal 340 131 110 0 74 104 14 7 107 72
Binary 11100000 1011001 1001000 0 111100 1000100 1100 111 1000111 111010

Color Harmonies of #E05948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05948

Black with #E05948

Text Example


Text Example

White with #E05948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05948; }

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

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

background-color css

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

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

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

border-color css

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

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

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