Html Css Color HEX #E06C51 Flamingo

📋 copy color: '#E06C51'

red 224 ◦ green 108 ◦ blue 81

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

Shades of Flamingo #E06C51

Tints of Flamingo #E06C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

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

R = 54.24%
G = 26.15%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E06C51 (or 0xE06C51) is known color: Flamingo. HEX triplet: E0, 6C and 51. RGB value is (224,108,81). Sum of RGB (Red+Green+Blue) = 224+108+81=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C51 is #1F93AE. Grayscale: #8B8B8B. Windows color (decimal): -2069423 or 5336288. OLE color: 5336288.

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

Color convert

RGB 224 108 81 -
CMYK 0 0.52 0.64 0.12
HSL 11.33º 0.7% 0.6% -
HSV(B) 11.33º 0.64% 0.88% -
XYZ 37.59 27.17 11.05 -
YUV 139.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 224 108 81 0 0.52 0.64 0.12 11.33 0.7 0.6
Hex E0 6C 51 0 34 40 C B 46 3C
Octal 340 154 121 0 64 100 14 13 106 74
Binary 11100000 1101100 1010001 0 110100 1000000 1100 1011 1000110 111100

Color Harmonies of #E06C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C51

Black with #E06C51

Text Example


Text Example

White with #E06C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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