Html Css Color HEX #E55A49 Flamingo

📋 copy color: '#E55A49'

red 229 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #E55A49

Tints of Flamingo #E55A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 58.42%
G = 22.96%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E55A49 (or 0xE55A49) is known color: Flamingo. HEX triplet: E5, 5A and 49. RGB value is (229,90,73). Sum of RGB (Red+Green+Blue) = 229+90+73=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A49 is #1AA5B6. Grayscale: #818181. Windows color (decimal): -1746359 or 4807397. OLE color: 4807397.

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

Color convert

RGB 229 90 73 -
CMYK 0 0.61 0.68 0.10
HSL 6.54º 0.75% 0.59% -
HSV(B) 6.54º 0.68% 0.9% -
XYZ 37.17 24.45 9.06 -
YUV 129.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 229 90 73 0 0.61 0.68 0.10 6.54 0.75 0.59
Hex E5 5A 49 0 3D 44 A 7 4B 3B
Octal 345 132 111 0 75 104 12 7 113 73
Binary 11100101 1011010 1001001 0 111101 1000100 1010 111 1001011 111011

Color Harmonies of #E55A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A49

Black with #E55A49

Text Example


Text Example

White with #E55A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A49; }

 p { color: rgb(229,90,73); }

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

background-color css

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

 a { background-color: rgb(229,90,73); }

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

border-color css

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

 span { border-color: rgb(229,90,73); }

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