Html Css Color HEX #E05D51 Flamingo

📋 copy color: '#E05D51'

red 224 ◦ green 93 ◦ blue 81

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

Shades of Flamingo #E05D51

Tints of Flamingo #E05D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.35%

R = 56.28%
G = 23.37%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05D51 (or 0xE05D51) is known color: Flamingo. HEX triplet: E0, 5D and 51. RGB value is (224,93,81). Sum of RGB (Red+Green+Blue) = 224+93+81=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D51 is #1FA2AE. Grayscale: #828282. Windows color (decimal): -2073263 or 5332448. OLE color: 5332448.

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

Color convert

RGB 224 93 81 -
CMYK 0 0.58 0.64 0.12
HSL 5.03º 0.7% 0.6% -
HSV(B) 5.03º 0.64% 0.88% -
XYZ 36.14 24.27 10.56 -
YUV 130.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 224 93 81 0 0.58 0.64 0.12 5.03 0.7 0.6
Hex E0 5D 51 0 3A 40 C 5 46 3C
Octal 340 135 121 0 72 100 14 5 106 74
Binary 11100000 1011101 1010001 0 111010 1000000 1100 101 1000110 111100

Color Harmonies of #E05D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D51

Black with #E05D51

Text Example


Text Example

White with #E05D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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