Html Css Color HEX #E16156 Flamingo

📋 copy color: '#E16156'

red 225 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #E16156

Tints of Flamingo #E16156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

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

R = 55.15%
G = 23.77%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16156 (or 0xE16156) is known color: Flamingo. HEX triplet: E1, 61 and 56. RGB value is (225,97,86). Sum of RGB (Red+Green+Blue) = 225+97+86=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16156 is #1E9EA9. Grayscale: #868686. Windows color (decimal): -2006698 or 5661153. OLE color: 5661153.

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

Color convert

RGB 225 97 86 -
CMYK 0 0.57 0.62 0.12
HSL 4.75º 0.7% 0.61% -
HSV(B) 4.75º 0.62% 0.88% -
XYZ 37.01 25.23 11.72 -
YUV 134.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 225 97 86 0 0.57 0.62 0.12 4.75 0.7 0.61
Hex E1 61 56 0 39 3E C 5 46 3D
Octal 341 141 126 0 71 76 14 5 106 75
Binary 11100001 1100001 1010110 0 111001 111110 1100 101 1000110 111101

Color Harmonies of #E16156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16156

Black with #E16156

Text Example


Text Example

White with #E16156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16156; }

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

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

background-color css

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

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

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

border-color css

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

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

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