Html Css Color HEX #E05E4C Flamingo

📋 copy color: '#E05E4C'

red 224 ◦ green 94 ◦ blue 76

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

Shades of Flamingo #E05E4C

Tints of Flamingo #E05E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 56.85%
G = 23.86%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E05E4C (or 0xE05E4C) is known color: Flamingo. HEX triplet: E0, 5E and 4C. RGB value is (224,94,76). Sum of RGB (Red+Green+Blue) = 224+94+76=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E4C is #1FA1B3. Grayscale: #838383. Windows color (decimal): -2073012 or 5005024. OLE color: 5005024.

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

Color convert

RGB 224 94 76 -
CMYK 0 0.58 0.66 0.12
HSL 7.3º 0.7% 0.59% -
HSV(B) 7.3º 0.66% 0.88% -
XYZ 36.05 24.37 9.64 -
YUV 130.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 224 94 76 0 0.58 0.66 0.12 7.3 0.7 0.59
Hex E0 5E 4C 0 3A 42 C 7 46 3B
Octal 340 136 114 0 72 102 14 7 106 73
Binary 11100000 1011110 1001100 0 111010 1000010 1100 111 1000110 111011

Color Harmonies of #E05E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E4C

Black with #E05E4C

Text Example


Text Example

White with #E05E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E4C; }

 p { color: rgb(224,94,76); }

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

background-color css

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

 a { background-color: rgb(224,94,76); }

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

border-color css

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

 span { border-color: rgb(224,94,76); }

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