Html Css Color HEX #E05D4E Flamingo

📋 copy color: '#E05D4E'

red 224 ◦ green 93 ◦ blue 78

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

Shades of Flamingo #E05D4E

Tints of Flamingo #E05D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 56.71%
G = 23.54%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E05D4E (or 0xE05D4E) is known color: Flamingo. HEX triplet: E0, 5D and 4E. RGB value is (224,93,78). Sum of RGB (Red+Green+Blue) = 224+93+78=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D4E is #1FA2B1. Grayscale: #828282. Windows color (decimal): -2073266 or 5135840. OLE color: 5135840.

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

Color convert

RGB 224 93 78 -
CMYK 0 0.58 0.65 0.12
HSL 6.16º 0.7% 0.59% -
HSV(B) 6.16º 0.65% 0.88% -
XYZ 36.03 24.23 9.98 -
YUV 130.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 224 93 78 0 0.58 0.65 0.12 6.16 0.7 0.59
Hex E0 5D 4E 0 3A 41 C 6 46 3B
Octal 340 135 116 0 72 101 14 6 106 73
Binary 11100000 1011101 1001110 0 111010 1000001 1100 110 1000110 111011

Color Harmonies of #E05D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D4E

Black with #E05D4E

Text Example


Text Example

White with #E05D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D4E; }

 p { color: rgb(224,93,78); }

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

background-color css

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

 a { background-color: rgb(224,93,78); }

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

border-color css

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

 span { border-color: rgb(224,93,78); }

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