Html Css Color HEX #E05C50 Flamingo

📋 copy color: '#E05C50'

red 224 ◦ green 92 ◦ blue 80

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

Shades of Flamingo #E05C50

Tints of Flamingo #E05C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 56.57%
G = 23.23%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E05C50 (or 0xE05C50) is known color: Flamingo. HEX triplet: E0, 5C and 50. RGB value is (224,92,80). Sum of RGB (Red+Green+Blue) = 224+92+80=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C50 is #1FA3AF. Grayscale: #828282. Windows color (decimal): -2073520 or 5266656. OLE color: 5266656.

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

Color convert

RGB 224 92 80 -
CMYK 0 0.59 0.64 0.12
HSL 0.7% 0.6% -
HSV(B) 0.64% 0.88% -
XYZ 36.02 24.08 10.34 -
YUV 130.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 224 92 80 0 0.59 0.64 0.12 5 0.7 0.6
Hex E0 5C 50 0 3B 40 C 5 46 3C
Octal 340 134 120 0 73 100 14 5 106 74
Binary 11100000 1011100 1010000 0 111011 1000000 1100 101 1000110 111100

Color Harmonies of #E05C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C50

Black with #E05C50

Text Example


Text Example

White with #E05C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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