Html Css Color HEX #E16746 Flamingo

📋 copy color: '#E16746'

red 225 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #E16746

Tints of Flamingo #E16746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

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

R = 56.53%
G = 25.88%
B = 17.59%

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

#E16746 (or 0xE16746) is known color: Flamingo. HEX triplet: E1, 67 and 46. RGB value is (225,103,70). Sum of RGB (Red+Green+Blue) = 225+103+70=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16746 is #1E98B9. Grayscale: #878787. Windows color (decimal): -2005178 or 4614113. OLE color: 4614113.

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

Color convert

RGB 225 103 70 -
CMYK 0 0.54 0.69 0.12
HSL 12.77º 0.72% 0.58% -
HSV(B) 12.77º 0.69% 0.88% -
XYZ 37.01 26.15 8.89 -
YUV 135.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 225 103 70 0 0.54 0.69 0.12 12.77 0.72 0.58
Hex E1 67 46 0 36 45 C D 48 3A
Octal 341 147 106 0 66 105 14 15 110 72
Binary 11100001 1100111 1000110 0 110110 1000101 1100 1101 1001000 111010

Color Harmonies of #E16746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16746

Black with #E16746

Text Example


Text Example

White with #E16746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16746; }

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

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

background-color css

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

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

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

border-color css

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

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

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