Html Css Color HEX #E05D4C Flamingo

📋 copy color: '#E05D4C'

red 224 ◦ green 93 ◦ blue 76

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

Shades of Flamingo #E05D4C

Tints of Flamingo #E05D4C

RGB

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

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

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

R = 57%
G = 23.66%
B = 19.34%

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

#E05D4C (or 0xE05D4C) is known color: Flamingo. HEX triplet: E0, 5D and 4C. RGB value is (224,93,76). Sum of RGB (Red+Green+Blue) = 224+93+76=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D4C is #1FA2B3. Grayscale: #828282. Windows color (decimal): -2073268 or 5004768. OLE color: 5004768.

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

Color convert

RGB 224 93 76 -
CMYK 0 0.58 0.66 0.12
HSL 6.89º 0.7% 0.59% -
HSV(B) 6.89º 0.66% 0.88% -
XYZ 35.96 24.2 9.61 -
YUV 130.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 224 93 76 0 0.58 0.66 0.12 6.89 0.7 0.59
Hex E0 5D 4C 0 3A 42 C 7 46 3B
Octal 340 135 114 0 72 102 14 7 106 73
Binary 11100000 1011101 1001100 0 111010 1000010 1100 111 1000110 111011

Color Harmonies of #E05D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D4C

Black with #E05D4C

Text Example


Text Example

White with #E05D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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