Html Css Color HEX #E4554A Flamingo

📋 copy color: '#E4554A'

red 228 ◦ green 85 ◦ blue 74

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

Shades of Flamingo #E4554A

Tints of Flamingo #E4554A

RGB

 RED value IS 228 (89.45% from 255) = 58.91%

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 58.91%
G = 21.96%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4554A (or 0xE4554A) is known color: Flamingo. HEX triplet: E4, 55 and 4A. RGB value is (228,85,74). Sum of RGB (Red+Green+Blue) = 228+85+74=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4554A is #1BAAB5. Grayscale: #7E7E7E. Windows color (decimal): -1813174 or 4871652. OLE color: 4871652.

HSL color Cylindrical-coordinate representation of color #E4554A: hue angle of 4.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4554A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 74 -
CMYK 0 0.63 0.68 0.11
HSL 4.29º 0.74% 0.59% -
HSV(B) 4.29º 0.68% 0.89% -
XYZ 36.48 23.49 9.09 -
YUV 126.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 228 85 74 0 0.63 0.68 0.11 4.29 0.74 0.59
Hex E4 55 4A 0 3F 44 B 4 4A 3B
Octal 344 125 112 0 77 104 13 4 112 73
Binary 11100100 1010101 1001010 0 111111 1000100 1011 100 1001010 111011

Color Harmonies of #E4554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4554A

Black with #E4554A

Text Example


Text Example

White with #E4554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4554A; }

 p { color: rgb(228,85,74); }

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

background-color css

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

 a { background-color: rgb(228,85,74); }

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

border-color css

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

 span { border-color: rgb(228,85,74); }

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