Html Css Color HEX #E56A4A Flamingo

📋 copy color: '#E56A4A'

red 229 ◦ green 106 ◦ blue 74

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

Shades of Flamingo #E56A4A

Tints of Flamingo #E56A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 55.99%
G = 25.92%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E56A4A (or 0xE56A4A) is known color: Flamingo. HEX triplet: E5, 6A and 4A. RGB value is (229,106,74). Sum of RGB (Red+Green+Blue) = 229+106+74=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56A4A is #1A95B5. Grayscale: #8B8B8B. Windows color (decimal): -1742262 or 4877029. OLE color: 4877029.

HSL color Cylindrical-coordinate representation of color #E56A4A: hue angle of 12.39º 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 #E56A4A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 106 74 -
CMYK 0 0.54 0.68 0.10
HSL 12.39º 0.75% 0.59% -
HSV(B) 12.39º 0.68% 0.9% -
XYZ 38.7 27.46 9.74 -
YUV 139.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 229 106 74 0 0.54 0.68 0.10 12.39 0.75 0.59
Hex E5 6A 4A 0 36 44 A C 4B 3B
Octal 345 152 112 0 66 104 12 14 113 73
Binary 11100101 1101010 1001010 0 110110 1000100 1010 1100 1001011 111011

Color Harmonies of #E56A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56A4A

Black with #E56A4A

Text Example


Text Example

White with #E56A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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