Html Css Color HEX #E16446 Flamingo

📋 copy color: '#E16446'

red 225 ◦ green 100 ◦ blue 70

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

Shades of Flamingo #E16446

Tints of Flamingo #E16446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 70 (27.73% from 255) = 17.72%

R = 56.96%
G = 25.32%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16446 (or 0xE16446) is known color: Flamingo. HEX triplet: E1, 64 and 46. RGB value is (225,100,70). Sum of RGB (Red+Green+Blue) = 225+100+70=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16446 is #1E9BB9. Grayscale: #868686. Windows color (decimal): -2005946 or 4613345. OLE color: 4613345.

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

Color convert

RGB 225 100 70 -
CMYK 0 0.56 0.69 0.12
HSL 11.61º 0.72% 0.58% -
HSV(B) 11.61º 0.69% 0.88% -
XYZ 36.71 25.56 8.79 -
YUV 133.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 225 100 70 0 0.56 0.69 0.12 11.61 0.72 0.58
Hex E1 64 46 0 38 45 C C 48 3A
Octal 341 144 106 0 70 105 14 14 110 72
Binary 11100001 1100100 1000110 0 111000 1000101 1100 1100 1001000 111010

Color Harmonies of #E16446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16446

Black with #E16446

Text Example


Text Example

White with #E16446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16446; }

 p { color: rgb(225,100,70); }

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

background-color css

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

 a { background-color: rgb(225,100,70); }

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

border-color css

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

 span { border-color: rgb(225,100,70); }

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