Html Css Color HEX #E05946 Flamingo

📋 copy color: '#E05946'

red 224 ◦ green 89 ◦ blue 70

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

Shades of Flamingo #E05946

Tints of Flamingo #E05946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 58.49%
G = 23.24%
B = 18.28%

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

#E05946 (or 0xE05946) is known color: Flamingo. HEX triplet: E0, 59 and 46. RGB value is (224,89,70). Sum of RGB (Red+Green+Blue) = 224+89+70=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E05946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05946 is #1FA6B9. Grayscale: #7F7F7F. Windows color (decimal): -2074298 or 4610528. OLE color: 4610528.

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

Color convert

RGB 224 89 70 -
CMYK 0 0.60 0.69 0.12
HSL 7.4º 0.71% 0.58% -
HSV(B) 7.4º 0.69% 0.88% -
XYZ 35.42 23.43 8.45 -
YUV 127.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 224 89 70 0 0.60 0.69 0.12 7.4 0.71 0.58
Hex E0 59 46 0 3C 45 C 7 47 3A
Octal 340 131 106 0 74 105 14 7 107 72
Binary 11100000 1011001 1000110 0 111100 1000101 1100 111 1000111 111010

Color Harmonies of #E05946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05946

Black with #E05946

Text Example


Text Example

White with #E05946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05946; }

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

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

background-color css

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

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

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

border-color css

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

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

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