Html Css Color HEX #E05B45 Flamingo

📋 copy color: '#E05B45'

red 224 ◦ green 91 ◦ blue 69

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

Shades of Flamingo #E05B45

Tints of Flamingo #E05B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

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

R = 58.33%
G = 23.7%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05B45 (or 0xE05B45) is known color: Flamingo. HEX triplet: E0, 5B and 45. RGB value is (224,91,69). Sum of RGB (Red+Green+Blue) = 224+91+69=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B45 is #1FA4BA. Grayscale: #808080. Windows color (decimal): -2073787 or 4545504. OLE color: 4545504.

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

Color convert

RGB 224 91 69 -
CMYK 0 0.59 0.69 0.12
HSL 8.52º 0.71% 0.57% -
HSV(B) 8.52º 0.69% 0.88% -
XYZ 35.56 23.76 8.34 -
YUV 128.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 224 91 69 0 0.59 0.69 0.12 8.52 0.71 0.57
Hex E0 5B 45 0 3B 45 C 9 47 39
Octal 340 133 105 0 73 105 14 11 107 71
Binary 11100000 1011011 1000101 0 111011 1000101 1100 1001 1000111 111001

Color Harmonies of #E05B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B45

Black with #E05B45

Text Example


Text Example

White with #E05B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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