Html Css Color HEX #E05A4D Flamingo

📋 copy color: '#E05A4D'

red 224 ◦ green 90 ◦ blue 77

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

Shades of Flamingo #E05A4D

Tints of Flamingo #E05A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 57.29%
G = 23.02%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E05A4D (or 0xE05A4D) is known color: Flamingo. HEX triplet: E0, 5A and 4D. RGB value is (224,90,77). Sum of RGB (Red+Green+Blue) = 224+90+77=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A4D is #1FA5B2. Grayscale: #808080. Windows color (decimal): -2074035 or 5069536. OLE color: 5069536.

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

Color convert

RGB 224 90 77 -
CMYK 0 0.60 0.66 0.12
HSL 5.31º 0.7% 0.59% -
HSV(B) 5.31º 0.66% 0.88% -
XYZ 35.74 23.7 9.71 -
YUV 128.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 224 90 77 0 0.60 0.66 0.12 5.31 0.7 0.59
Hex E0 5A 4D 0 3C 42 C 5 46 3B
Octal 340 132 115 0 74 102 14 5 106 73
Binary 11100000 1011010 1001101 0 111100 1000010 1100 101 1000110 111011

Color Harmonies of #E05A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A4D

Black with #E05A4D

Text Example


Text Example

White with #E05A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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