Html Css Color HEX #E16847 Flamingo

📋 copy color: '#E16847'

red 225 ◦ green 104 ◦ blue 71

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

Shades of Flamingo #E16847

Tints of Flamingo #E16847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 56.25%
G = 26%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16847 (or 0xE16847) is known color: Flamingo. HEX triplet: E1, 68 and 47. RGB value is (225,104,71). Sum of RGB (Red+Green+Blue) = 225+104+71=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E16847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16847 is #1E97B8. Grayscale: #888888. Windows color (decimal): -2004921 or 4679905. OLE color: 4679905.

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

Color convert

RGB 225 104 71 -
CMYK 0 0.54 0.68 0.12
HSL 12.86º 0.72% 0.58% -
HSV(B) 12.86º 0.68% 0.88% -
XYZ 37.14 26.36 9.09 -
YUV 136.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 225 104 71 0 0.54 0.68 0.12 12.86 0.72 0.58
Hex E1 68 47 0 36 44 C D 48 3A
Octal 341 150 107 0 66 104 14 15 110 72
Binary 11100001 1101000 1000111 0 110110 1000100 1100 1101 1001000 111010

Color Harmonies of #E16847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16847

Black with #E16847

Text Example


Text Example

White with #E16847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16847; }

 p { color: rgb(225,104,71); }

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

background-color css

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

 a { background-color: rgb(225,104,71); }

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

border-color css

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

 span { border-color: rgb(225,104,71); }

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