Html Css Color HEX #E06A50 Flamingo

📋 copy color: '#E06A50'

red 224 ◦ green 106 ◦ blue 80

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

Shades of Flamingo #E06A50

Tints of Flamingo #E06A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

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

R = 54.63%
G = 25.85%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06A50 (or 0xE06A50) is known color: Flamingo. HEX triplet: E0, 6A and 50. RGB value is (224,106,80). Sum of RGB (Red+Green+Blue) = 224+106+80=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A50 is #1F95AF. Grayscale: #8A8A8A. Windows color (decimal): -2069936 or 5270240. OLE color: 5270240.

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

Color convert

RGB 224 106 80 -
CMYK 0 0.53 0.64 0.12
HSL 10.83º 0.7% 0.6% -
HSV(B) 10.83º 0.64% 0.88% -
XYZ 37.34 26.73 10.78 -
YUV 138.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 224 106 80 0 0.53 0.64 0.12 10.83 0.7 0.6
Hex E0 6A 50 0 35 40 C B 46 3C
Octal 340 152 120 0 65 100 14 13 106 74
Binary 11100000 1101010 1010000 0 110101 1000000 1100 1011 1000110 111100

Color Harmonies of #E06A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A50

Black with #E06A50

Text Example


Text Example

White with #E06A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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