Html Css Color HEX #E05D45 Flamingo

📋 copy color: '#E05D45'

red 224 ◦ green 93 ◦ blue 69

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

Shades of Flamingo #E05D45

Tints of Flamingo #E05D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 58.03%
G = 24.09%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05D45 (or 0xE05D45) is known color: Flamingo. HEX triplet: E0, 5D and 45. RGB value is (224,93,69). Sum of RGB (Red+Green+Blue) = 224+93+69=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D45 is #1FA2BA. Grayscale: #818181. Windows color (decimal): -2073275 or 4546016. OLE color: 4546016.

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

Color convert

RGB 224 93 69 -
CMYK 0 0.58 0.69 0.12
HSL 9.29º 0.71% 0.57% -
HSV(B) 9.29º 0.69% 0.88% -
XYZ 35.73 24.11 8.4 -
YUV 129.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 224 93 69 0 0.58 0.69 0.12 9.29 0.71 0.57
Hex E0 5D 45 0 3A 45 C 9 47 39
Octal 340 135 105 0 72 105 14 11 107 71
Binary 11100000 1011101 1000101 0 111010 1000101 1100 1001 1000111 111001

Color Harmonies of #E05D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D45

Black with #E05D45

Text Example


Text Example

White with #E05D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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