Html Css Color HEX #E5564A Flamingo

📋 copy color: '#E5564A'

red 229 ◦ green 86 ◦ blue 74

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

Shades of Flamingo #E5564A

Tints of Flamingo #E5564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 58.87%
G = 22.11%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5564A (or 0xE5564A) is known color: Flamingo. HEX triplet: E5, 56 and 4A. RGB value is (229,86,74). Sum of RGB (Red+Green+Blue) = 229+86+74=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5564A is #1AA9B5. Grayscale: #7F7F7F. Windows color (decimal): -1747382 or 4871909. OLE color: 4871909.

HSL color Cylindrical-coordinate representation of color #E5564A: hue angle of 4.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5564A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 86 74 -
CMYK 0 0.62 0.68 0.10
HSL 4.65º 0.75% 0.59% -
HSV(B) 4.65º 0.68% 0.9% -
XYZ 36.88 23.81 9.13 -
YUV 127.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 229 86 74 0 0.62 0.68 0.10 4.65 0.75 0.59
Hex E5 56 4A 0 3E 44 A 5 4B 3B
Octal 345 126 112 0 76 104 12 5 113 73
Binary 11100101 1010110 1001010 0 111110 1000100 1010 101 1001011 111011

Color Harmonies of #E5564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5564A

Black with #E5564A

Text Example


Text Example

White with #E5564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5564A; }

 p { color: rgb(229,86,74); }

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

background-color css

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

 a { background-color: rgb(229,86,74); }

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

border-color css

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

 span { border-color: rgb(229,86,74); }

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