Html Css Color HEX #E05D55 Flamingo

📋 copy color: '#E05D55'

red 224 ◦ green 93 ◦ blue 85

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

Shades of Flamingo #E05D55

Tints of Flamingo #E05D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 55.72%
G = 23.13%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E05D55 (or 0xE05D55) is known color: Flamingo. HEX triplet: E0, 5D and 55. RGB value is (224,93,85). Sum of RGB (Red+Green+Blue) = 224+93+85=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D55 is #1FA2AA. Grayscale: #838383. Windows color (decimal): -2073259 or 5594592. OLE color: 5594592.

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

Color convert

RGB 224 93 85 -
CMYK 0 0.58 0.62 0.12
HSL 3.45º 0.69% 0.61% -
HSV(B) 3.45º 0.62% 0.88% -
XYZ 36.29 24.33 11.38 -
YUV 131.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 224 93 85 0 0.58 0.62 0.12 3.45 0.69 0.61
Hex E0 5D 55 0 3A 3E C 3 45 3D
Octal 340 135 125 0 72 76 14 3 105 75
Binary 11100000 1011101 1010101 0 111010 111110 1100 11 1000101 111101

Color Harmonies of #E05D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D55

Black with #E05D55

Text Example


Text Example

White with #E05D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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