Html Css Color HEX #E16456 Flamingo

📋 copy color: '#E16456'

red 225 ◦ green 100 ◦ blue 86

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

Shades of Flamingo #E16456

Tints of Flamingo #E16456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

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

R = 54.74%
G = 24.33%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16456 (or 0xE16456) is known color: Flamingo. HEX triplet: E1, 64 and 56. RGB value is (225,100,86). Sum of RGB (Red+Green+Blue) = 225+100+86=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16456 is #1E9BA9. Grayscale: #878787. Windows color (decimal): -2005930 or 5661921. OLE color: 5661921.

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

Color convert

RGB 225 100 86 -
CMYK 0 0.56 0.62 0.12
HSL 6.04º 0.7% 0.61% -
HSV(B) 6.04º 0.62% 0.88% -
XYZ 37.29 25.79 11.82 -
YUV 135.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 225 100 86 0 0.56 0.62 0.12 6.04 0.7 0.61
Hex E1 64 56 0 38 3E C 6 46 3D
Octal 341 144 126 0 70 76 14 6 106 75
Binary 11100001 1100100 1010110 0 111000 111110 1100 110 1000110 111101

Color Harmonies of #E16456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16456

Black with #E16456

Text Example


Text Example

White with #E16456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16456; }

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

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

background-color css

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

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

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

border-color css

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

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

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