Html Css Color HEX #E05F45 Flamingo

📋 copy color: '#E05F45'

red 224 ◦ green 95 ◦ blue 69

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

Shades of Flamingo #E05F45

Tints of Flamingo #E05F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 57.73%
G = 24.48%
B = 17.78%

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

#E05F45 (or 0xE05F45) is known color: Flamingo. HEX triplet: E0, 5F and 45. RGB value is (224,95,69). Sum of RGB (Red+Green+Blue) = 224+95+69=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F45 is #1FA0BA. Grayscale: #828282. Windows color (decimal): -2072763 or 4546528. OLE color: 4546528.

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

Color convert

RGB 224 95 69 -
CMYK 0 0.58 0.69 0.12
HSL 10.06º 0.71% 0.57% -
HSV(B) 10.06º 0.69% 0.88% -
XYZ 35.91 24.46 8.46 -
YUV 130.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 224 95 69 0 0.58 0.69 0.12 10.06 0.71 0.57
Hex E0 5F 45 0 3A 45 C A 47 39
Octal 340 137 105 0 72 105 14 12 107 71
Binary 11100000 1011111 1000101 0 111010 1000101 1100 1010 1000111 111001

Color Harmonies of #E05F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F45

Black with #E05F45

Text Example


Text Example

White with #E05F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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