Html Css Color HEX #E55740 Flamingo

📋 copy color: '#E55740'

red 229 ◦ green 87 ◦ blue 64

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

Shades of Flamingo #E55740

Tints of Flamingo #E55740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 60.26%
G = 22.89%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E55740 (or 0xE55740) is known color: Flamingo. HEX triplet: E5, 57 and 40. RGB value is (229,87,64). Sum of RGB (Red+Green+Blue) = 229+87+64=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55740 is #1AA8BF. Grayscale: #7F7F7F. Windows color (decimal): -1747136 or 4216805. OLE color: 4216805.

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

Color convert

RGB 229 87 64 -
CMYK 0 0.62 0.72 0.10
HSL 8.36º 0.76% 0.57% -
HSV(B) 8.36º 0.72% 0.9% -
XYZ 36.65 23.84 7.52 -
YUV 126.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 229 87 64 0 0.62 0.72 0.10 8.36 0.76 0.57
Hex E5 57 40 0 3E 48 A 8 4C 39
Octal 345 127 100 0 76 110 12 10 114 71
Binary 11100101 1010111 1000000 0 111110 1001000 1010 1000 1001100 111001

Color Harmonies of #E55740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55740

Black with #E55740

Text Example


Text Example

White with #E55740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55740; }

 p { color: rgb(229,87,64); }

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

background-color css

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

 a { background-color: rgb(229,87,64); }

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

border-color css

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

 span { border-color: rgb(229,87,64); }

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