Html Css Color HEX #E05A50 Flamingo

📋 copy color: '#E05A50'

red 224 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #E05A50

Tints of Flamingo #E05A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 56.85%
G = 22.84%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05A50 (or 0xE05A50) is known color: Flamingo. HEX triplet: E0, 5A and 50. RGB value is (224,90,80). Sum of RGB (Red+Green+Blue) = 224+90+80=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A50 is #1FA5AF. Grayscale: #818181. Windows color (decimal): -2074032 or 5266144. OLE color: 5266144.

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

Color convert

RGB 224 90 80 -
CMYK 0 0.60 0.64 0.12
HSL 4.17º 0.7% 0.6% -
HSV(B) 4.17º 0.64% 0.88% -
XYZ 35.84 23.74 10.28 -
YUV 128.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 224 90 80 0 0.60 0.64 0.12 4.17 0.7 0.6
Hex E0 5A 50 0 3C 40 C 4 46 3C
Octal 340 132 120 0 74 100 14 4 106 74
Binary 11100000 1011010 1010000 0 111100 1000000 1100 100 1000110 111100

Color Harmonies of #E05A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A50

Black with #E05A50

Text Example


Text Example

White with #E05A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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