Html Css Color HEX #E05C4D Flamingo

📋 copy color: '#E05C4D'

red 224 ◦ green 92 ◦ blue 77

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

Shades of Flamingo #E05C4D

Tints of Flamingo #E05C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 57%
G = 23.41%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E05C4D (or 0xE05C4D) is known color: Flamingo. HEX triplet: E0, 5C and 4D. RGB value is (224,92,77). Sum of RGB (Red+Green+Blue) = 224+92+77=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C4D is #1FA3B2. Grayscale: #818181. Windows color (decimal): -2073523 or 5070048. OLE color: 5070048.

HSL color Cylindrical-coordinate representation of color #E05C4D: hue angle of 6.12º 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 #E05C4D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 77 -
CMYK 0 0.59 0.66 0.12
HSL 6.12º 0.7% 0.59% -
HSV(B) 6.12º 0.66% 0.88% -
XYZ 35.91 24.04 9.77 -
YUV 129.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 224 92 77 0 0.59 0.66 0.12 6.12 0.7 0.59
Hex E0 5C 4D 0 3B 42 C 6 46 3B
Octal 340 134 115 0 73 102 14 6 106 73
Binary 11100000 1011100 1001101 0 111011 1000010 1100 110 1000110 111011

Color Harmonies of #E05C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C4D

Black with #E05C4D

Text Example


Text Example

White with #E05C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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