Html Css Color HEX #E56150 Flamingo

📋 copy color: '#E56150'

red 229 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #E56150

Tints of Flamingo #E56150

RGB

 RED value IS 229 (89.84% from 255) = 56.4%

 GREEN value IS 97 (38.28% from 255) = 23.89%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 56.4%
G = 23.89%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E56150 (or 0xE56150) is known color: Flamingo. HEX triplet: E5, 61 and 50. RGB value is (229,97,80). Sum of RGB (Red+Green+Blue) = 229+97+80=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E56150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56150 is #1A9EAF. Grayscale: #868686. Windows color (decimal): -1744560 or 5267941. OLE color: 5267941.

HSL color Cylindrical-coordinate representation of color #E56150: hue angle of 6.85º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E56150 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 97 80 -
CMYK 0 0.58 0.65 0.10
HSL 6.85º 0.74% 0.61% -
HSV(B) 6.85º 0.65% 0.9% -
XYZ 38.04 25.79 10.56 -
YUV 134.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 229 97 80 0 0.58 0.65 0.10 6.85 0.74 0.61
Hex E5 61 50 0 3A 41 A 7 4A 3D
Octal 345 141 120 0 72 101 12 7 112 75
Binary 11100101 1100001 1010000 0 111010 1000001 1010 111 1001010 111101

Color Harmonies of #E56150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56150

Black with #E56150

Text Example


Text Example

White with #E56150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56150; }

 p { color: rgb(229,97,80); }

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

background-color css

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

 a { background-color: rgb(229,97,80); }

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

border-color css

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

 span { border-color: rgb(229,97,80); }

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