Html Css Color HEX #E16845 Flamingo

📋 copy color: '#E16845'

red 225 ◦ green 104 ◦ blue 69

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

Shades of Flamingo #E16845

Tints of Flamingo #E16845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 56.53%
G = 26.13%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16845 (or 0xE16845) is known color: Flamingo. HEX triplet: E1, 68 and 45. RGB value is (225,104,69). Sum of RGB (Red+Green+Blue) = 225+104+69=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16845 is #1E97BA. Grayscale: #888888. Windows color (decimal): -2004923 or 4548833. OLE color: 4548833.

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

Color convert

RGB 225 104 69 -
CMYK 0 0.54 0.69 0.12
HSL 13.46º 0.72% 0.58% -
HSV(B) 13.46º 0.69% 0.88% -
XYZ 37.08 26.34 8.76 -
YUV 136.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 225 104 69 0 0.54 0.69 0.12 13.46 0.72 0.58
Hex E1 68 45 0 36 45 C D 48 3A
Octal 341 150 105 0 66 105 14 15 110 72
Binary 11100001 1101000 1000101 0 110110 1000101 1100 1101 1001000 111010

Color Harmonies of #E16845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16845

Black with #E16845

Text Example


Text Example

White with #E16845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16845; }

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

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

background-color css

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

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

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

border-color css

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

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

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