Html Css Color HEX #E55542 Flamingo

📋 copy color: '#E55542'

red 229 ◦ green 85 ◦ blue 66

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

Shades of Flamingo #E55542

Tints of Flamingo #E55542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 60.26%
G = 22.37%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E55542 (or 0xE55542) is known color: Flamingo. HEX triplet: E5, 55 and 42. RGB value is (229,85,66). Sum of RGB (Red+Green+Blue) = 229+85+66=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55542 is #1AAABD. Grayscale: #7E7E7E. Windows color (decimal): -1747646 or 4347365. OLE color: 4347365.

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

Color convert

RGB 229 85 66 -
CMYK 0 0.63 0.71 0.10
HSL 6.99º 0.76% 0.58% -
HSV(B) 6.99º 0.71% 0.9% -
XYZ 36.54 23.55 7.77 -
YUV 125.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 229 85 66 0 0.63 0.71 0.10 6.99 0.76 0.58
Hex E5 55 42 0 3F 47 A 7 4C 3A
Octal 345 125 102 0 77 107 12 7 114 72
Binary 11100101 1010101 1000010 0 111111 1000111 1010 111 1001100 111010

Color Harmonies of #E55542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55542

Black with #E55542

Text Example


Text Example

White with #E55542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55542; }

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

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

background-color css

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

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

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

border-color css

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

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

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