Html Css Color HEX #E55541 Flamingo

📋 copy color: '#E55541'

red 229 ◦ green 85 ◦ blue 65

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

Shades of Flamingo #E55541

Tints of Flamingo #E55541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 60.42%
G = 22.43%
B = 17.15%

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

#E55541 (or 0xE55541) is known color: Flamingo. HEX triplet: E5, 55 and 41. RGB value is (229,85,65). Sum of RGB (Red+Green+Blue) = 229+85+65=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E55541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55541 is #1AAABE. Grayscale: #7E7E7E. Windows color (decimal): -1747647 or 4281829. OLE color: 4281829.

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

Color convert

RGB 229 85 65 -
CMYK 0 0.63 0.72 0.10
HSL 7.32º 0.76% 0.58% -
HSV(B) 7.32º 0.72% 0.9% -
XYZ 36.52 23.54 7.62 -
YUV 125.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 229 85 65 0 0.63 0.72 0.10 7.32 0.76 0.58
Hex E5 55 41 0 3F 48 A 7 4C 3A
Octal 345 125 101 0 77 110 12 7 114 72
Binary 11100101 1010101 1000001 0 111111 1001000 1010 111 1001100 111010

Color Harmonies of #E55541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55541

Black with #E55541

Text Example


Text Example

White with #E55541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55541; }

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

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

background-color css

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

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

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

border-color css

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

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

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