Html Css Color HEX #E05A54 Flamingo

📋 copy color: '#E05A54'

red 224 ◦ green 90 ◦ blue 84

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

Shades of Flamingo #E05A54

Tints of Flamingo #E05A54

RGB

 RED value IS 224 (87.89% from 255) = 56.28%

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 56.28%
G = 22.61%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05A54 (or 0xE05A54) is known color: Flamingo. HEX triplet: E0, 5A and 54. RGB value is (224,90,84). Sum of RGB (Red+Green+Blue) = 224+90+84=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A54 is #1FA5AB. Grayscale: #818181. Windows color (decimal): -2074028 or 5528288. OLE color: 5528288.

HSL color Cylindrical-coordinate representation of color #E05A54: hue angle of 2.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05A54 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 84 -
CMYK 0 0.60 0.62 0.12
HSL 2.57º 0.69% 0.6% -
HSV(B) 2.57º 0.63% 0.88% -
XYZ 36 23.8 11.08 -
YUV 129.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 224 90 84 0 0.60 0.62 0.12 2.57 0.69 0.6
Hex E0 5A 54 0 3C 3E C 3 45 3C
Octal 340 132 124 0 74 76 14 3 105 74
Binary 11100000 1011010 1010100 0 111100 111110 1100 11 1000101 111100

Color Harmonies of #E05A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A54

Black with #E05A54

Text Example


Text Example

White with #E05A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A54; }

 p { color: rgb(224,90,84); }

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

background-color css

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

 a { background-color: rgb(224,90,84); }

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

border-color css

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

 span { border-color: rgb(224,90,84); }

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