Html Css Color HEX #E55445 Flamingo

📋 copy color: '#E55445'

red 229 ◦ green 84 ◦ blue 69

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

Shades of Flamingo #E55445

Tints of Flamingo #E55445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 59.95%
G = 21.99%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E55445 (or 0xE55445) is known color: Flamingo. HEX triplet: E5, 54 and 45. RGB value is (229,84,69). Sum of RGB (Red+Green+Blue) = 229+84+69=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E55445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55445 is #1AABBA. Grayscale: #7D7D7D. Windows color (decimal): -1747899 or 4543717. OLE color: 4543717.

HSL color Cylindrical-coordinate representation of color #E55445: hue angle of 5.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55445 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 84 69 -
CMYK 0 0.63 0.70 0.10
HSL 5.63º 0.75% 0.58% -
HSV(B) 5.63º 0.7% 0.9% -
XYZ 36.56 23.43 8.23 -
YUV 125.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 229 84 69 0 0.63 0.70 0.10 5.63 0.75 0.58
Hex E5 54 45 0 3F 46 A 6 4B 3A
Octal 345 124 105 0 77 106 12 6 113 72
Binary 11100101 1010100 1000101 0 111111 1000110 1010 110 1001011 111010

Color Harmonies of #E55445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55445

Black with #E55445

Text Example


Text Example

White with #E55445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55445; }

 p { color: rgb(229,84,69); }

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

background-color css

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

 a { background-color: rgb(229,84,69); }

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

border-color css

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

 span { border-color: rgb(229,84,69); }

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