Html Css Color HEX #E16756 Flamingo

📋 copy color: '#E16756'

red 225 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #E16756

Tints of Flamingo #E16756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 54.35%
G = 24.88%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16756 (or 0xE16756) is known color: Flamingo. HEX triplet: E1, 67 and 56. RGB value is (225,103,86). Sum of RGB (Red+Green+Blue) = 225+103+86=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E16756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16756 is #1E98A9. Grayscale: #898989. Windows color (decimal): -2005162 or 5662689. OLE color: 5662689.

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

Color convert

RGB 225 103 86 -
CMYK 0 0.54 0.62 0.12
HSL 7.34º 0.7% 0.61% -
HSV(B) 7.34º 0.62% 0.88% -
XYZ 37.58 26.38 11.92 -
YUV 137.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 225 103 86 0 0.54 0.62 0.12 7.34 0.7 0.61
Hex E1 67 56 0 36 3E C 7 46 3D
Octal 341 147 126 0 66 76 14 7 106 75
Binary 11100001 1100111 1010110 0 110110 111110 1100 111 1000110 111101

Color Harmonies of #E16756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16756

Black with #E16756

Text Example


Text Example

White with #E16756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16756; }

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

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

background-color css

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

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

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

border-color css

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

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

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