Html Css Color HEX #E05945 Flamingo

📋 copy color: '#E05945'

red 224 ◦ green 89 ◦ blue 69

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

Shades of Flamingo #E05945

Tints of Flamingo #E05945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 58.64%
G = 23.3%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05945 (or 0xE05945) is known color: Flamingo. HEX triplet: E0, 59 and 45. RGB value is (224,89,69). Sum of RGB (Red+Green+Blue) = 224+89+69=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E05945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05945 is #1FA6BA. Grayscale: #7F7F7F. Windows color (decimal): -2074299 or 4544992. OLE color: 4544992.

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

Color convert

RGB 224 89 69 -
CMYK 0 0.60 0.69 0.12
HSL 7.74º 0.71% 0.57% -
HSV(B) 7.74º 0.69% 0.88% -
XYZ 35.39 23.42 8.29 -
YUV 127.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 224 89 69 0 0.60 0.69 0.12 7.74 0.71 0.57
Hex E0 59 45 0 3C 45 C 8 47 39
Octal 340 131 105 0 74 105 14 10 107 71
Binary 11100000 1011001 1000101 0 111100 1000101 1100 1000 1000111 111001

Color Harmonies of #E05945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05945

Black with #E05945

Text Example


Text Example

White with #E05945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05945; }

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

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

background-color css

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

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

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

border-color css

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

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

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