Html Css Color HEX #E05941 Flamingo

📋 copy color: '#E05941'

red 224 ◦ green 89 ◦ blue 65

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

Shades of Flamingo #E05941

Tints of Flamingo #E05941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 59.26%
G = 23.54%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05941 (or 0xE05941) is known color: Flamingo. HEX triplet: E0, 59 and 41. RGB value is (224,89,65). Sum of RGB (Red+Green+Blue) = 224+89+65=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05941 is #1FA6BE. Grayscale: #7E7E7E. Windows color (decimal): -2074303 or 4282848. OLE color: 4282848.

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

Color convert

RGB 224 89 65 -
CMYK 0 0.60 0.71 0.12
HSL 9.06º 0.72% 0.57% -
HSV(B) 9.06º 0.71% 0.88% -
XYZ 35.27 23.37 7.65 -
YUV 126.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 224 89 65 0 0.60 0.71 0.12 9.06 0.72 0.57
Hex E0 59 41 0 3C 47 C 9 48 39
Octal 340 131 101 0 74 107 14 11 110 71
Binary 11100000 1011001 1000001 0 111100 1000111 1100 1001 1001000 111001

Color Harmonies of #E05941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05941

Black with #E05941

Text Example


Text Example

White with #E05941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05941; }

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

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

background-color css

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

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

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

border-color css

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

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

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