Html Css Color HEX #E16656 Flamingo

📋 copy color: '#E16656'

red 225 ◦ green 102 ◦ blue 86

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

Shades of Flamingo #E16656

Tints of Flamingo #E16656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

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

R = 54.48%
G = 24.7%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16656 (or 0xE16656) is known color: Flamingo. HEX triplet: E1, 66 and 56. RGB value is (225,102,86). Sum of RGB (Red+Green+Blue) = 225+102+86=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E16656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16656 is #1E99A9. Grayscale: #898989. Windows color (decimal): -2005418 or 5662433. OLE color: 5662433.

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

Color convert

RGB 225 102 86 -
CMYK 0 0.55 0.62 0.12
HSL 6.91º 0.7% 0.61% -
HSV(B) 6.91º 0.62% 0.88% -
XYZ 37.48 26.18 11.88 -
YUV 136.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 225 102 86 0 0.55 0.62 0.12 6.91 0.7 0.61
Hex E1 66 56 0 37 3E C 7 46 3D
Octal 341 146 126 0 67 76 14 7 106 75
Binary 11100001 1100110 1010110 0 110111 111110 1100 111 1000110 111101

Color Harmonies of #E16656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16656

Black with #E16656

Text Example


Text Example

White with #E16656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16656; }

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

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

background-color css

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

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

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

border-color css

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

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

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