Html Css Color HEX #E55540 Flamingo

📋 copy color: '#E55540'

red 229 ◦ green 85 ◦ blue 64

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

Shades of Flamingo #E55540

Tints of Flamingo #E55540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 60.58%
G = 22.49%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E55540 (or 0xE55540) is known color: Flamingo. HEX triplet: E5, 55 and 40. RGB value is (229,85,64). Sum of RGB (Red+Green+Blue) = 229+85+64=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E55540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55540 is #1AAABF. Grayscale: #7D7D7D. Windows color (decimal): -1747648 or 4216293. OLE color: 4216293.

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

Color convert

RGB 229 85 64 -
CMYK 0 0.63 0.72 0.10
HSL 7.64º 0.76% 0.57% -
HSV(B) 7.64º 0.72% 0.9% -
XYZ 36.49 23.53 7.47 -
YUV 125.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 229 85 64 0 0.63 0.72 0.10 7.64 0.76 0.57
Hex E5 55 40 0 3F 48 A 8 4C 39
Octal 345 125 100 0 77 110 12 10 114 71
Binary 11100101 1010101 1000000 0 111111 1001000 1010 1000 1001100 111001

Color Harmonies of #E55540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55540

Black with #E55540

Text Example


Text Example

White with #E55540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55540; }

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

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

background-color css

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

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

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

border-color css

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

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

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