Html Css Color HEX #E16356 Flamingo

📋 copy color: '#E16356'

red 225 ◦ green 99 ◦ blue 86

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

Shades of Flamingo #E16356

Tints of Flamingo #E16356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.15%

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

R = 54.88%
G = 24.15%
B = 20.98%

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

#E16356 (or 0xE16356) is known color: Flamingo. HEX triplet: E1, 63 and 56. RGB value is (225,99,86). Sum of RGB (Red+Green+Blue) = 225+99+86=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16356 is #1E9CA9. Grayscale: #878787. Windows color (decimal): -2006186 or 5661665. OLE color: 5661665.

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

Color convert

RGB 225 99 86 -
CMYK 0 0.56 0.62 0.12
HSL 5.61º 0.7% 0.61% -
HSV(B) 5.61º 0.62% 0.88% -
XYZ 37.19 25.6 11.79 -
YUV 135.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 225 99 86 0 0.56 0.62 0.12 5.61 0.7 0.61
Hex E1 63 56 0 38 3E C 6 46 3D
Octal 341 143 126 0 70 76 14 6 106 75
Binary 11100001 1100011 1010110 0 111000 111110 1100 110 1000110 111101

Color Harmonies of #E16356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16356

Black with #E16356

Text Example


Text Example

White with #E16356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16356; }

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

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

background-color css

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

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

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

border-color css

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

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

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