Html Css Color HEX #E55545 Flamingo

📋 copy color: '#E55545'

red 229 ◦ green 85 ◦ blue 69

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

Shades of Flamingo #E55545

Tints of Flamingo #E55545

RGB

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

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

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

R = 59.79%
G = 22.19%
B = 18.02%

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

#E55545 (or 0xE55545) is known color: Flamingo. HEX triplet: E5, 55 and 45. RGB value is (229,85,69). Sum of RGB (Red+Green+Blue) = 229+85+69=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E55545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55545 is #1AAABA. Grayscale: #7E7E7E. Windows color (decimal): -1747643 or 4543973. OLE color: 4543973.

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

Color convert

RGB 229 85 69 -
CMYK 0 0.63 0.70 0.10
HSL 0.75% 0.58% -
HSV(B) 0.7% 0.9% -
XYZ 36.64 23.58 8.25 -
YUV 126.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 229 85 69 0 0.63 0.70 0.10 6 0.75 0.58
Hex E5 55 45 0 3F 46 A 6 4B 3A
Octal 345 125 105 0 77 106 12 6 113 72
Binary 11100101 1010101 1000101 0 111111 1000110 1010 110 1001011 111010

Color Harmonies of #E55545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55545

Black with #E55545

Text Example


Text Example

White with #E55545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55545; }

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

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

background-color css

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

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

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

border-color css

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

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

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