Html Css Color HEX #E16247 Flamingo

📋 copy color: '#E16247'

red 225 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #E16247

Tints of Flamingo #E16247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.87%

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

R = 57.11%
G = 24.87%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16247 (or 0xE16247) is known color: Flamingo. HEX triplet: E1, 62 and 47. RGB value is (225,98,71). Sum of RGB (Red+Green+Blue) = 225+98+71=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16247 is #1E9DB8. Grayscale: #858585. Windows color (decimal): -2006457 or 4678369. OLE color: 4678369.

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

Color convert

RGB 225 98 71 -
CMYK 0 0.56 0.68 0.12
HSL 10.52º 0.72% 0.58% -
HSV(B) 10.52º 0.68% 0.88% -
XYZ 36.56 25.2 8.9 -
YUV 132.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 225 98 71 0 0.56 0.68 0.12 10.52 0.72 0.58
Hex E1 62 47 0 38 44 C B 48 3A
Octal 341 142 107 0 70 104 14 13 110 72
Binary 11100001 1100010 1000111 0 111000 1000100 1100 1011 1001000 111010

Color Harmonies of #E16247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16247

Black with #E16247

Text Example


Text Example

White with #E16247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16247; }

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

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

background-color css

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

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

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

border-color css

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

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

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