Html Css Color HEX #E16C4E Flamingo

📋 copy color: '#E16C4E'

red 225 ◦ green 108 ◦ blue 78

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

Shades of Flamingo #E16C4E

Tints of Flamingo #E16C4E

RGB

 RED value IS 225 (88.28% from 255) = 54.74%

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

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 54.74%
G = 26.28%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E16C4E (or 0xE16C4E) is known color: Flamingo. HEX triplet: E1, 6C and 4E. RGB value is (225,108,78). Sum of RGB (Red+Green+Blue) = 225+108+78=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C4E is #1E93B1. Grayscale: #8B8B8B. Windows color (decimal): -2003890 or 5139681. OLE color: 5139681.

HSL color Cylindrical-coordinate representation of color #E16C4E: hue angle of 12.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E16C4E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 78 -
CMYK 0 0.52 0.65 0.12
HSL 12.24º 0.71% 0.59% -
HSV(B) 12.24º 0.65% 0.88% -
XYZ 37.79 27.28 10.48 -
YUV 139.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 225 108 78 0 0.52 0.65 0.12 12.24 0.71 0.59
Hex E1 6C 4E 0 34 41 C C 47 3B
Octal 341 154 116 0 64 101 14 14 107 73
Binary 11100001 1101100 1001110 0 110100 1000001 1100 1100 1000111 111011

Color Harmonies of #E16C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C4E

Black with #E16C4E

Text Example


Text Example

White with #E16C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C4E; }

 p { color: rgb(225,108,78); }

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

background-color css

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

 a { background-color: rgb(225,108,78); }

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

border-color css

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

 span { border-color: rgb(225,108,78); }

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