Html Css Color HEX #E16550 Flamingo

📋 copy color: '#E16550'

red 225 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #E16550

Tints of Flamingo #E16550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 55.42%
G = 24.88%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16550 (or 0xE16550) is known color: Flamingo. HEX triplet: E1, 65 and 50. RGB value is (225,101,80). Sum of RGB (Red+Green+Blue) = 225+101+80=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E16550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16550 is #1E9AAF. Grayscale: #878787. Windows color (decimal): -2005680 or 5268961. OLE color: 5268961.

HSL color Cylindrical-coordinate representation of color #E16550: hue angle of 8.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16550 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 80 -
CMYK 0 0.55 0.64 0.12
HSL 8.69º 0.71% 0.6% -
HSV(B) 8.69º 0.64% 0.88% -
XYZ 37.15 25.89 10.63 -
YUV 135.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 225 101 80 0 0.55 0.64 0.12 8.69 0.71 0.6
Hex E1 65 50 0 37 40 C 9 47 3C
Octal 341 145 120 0 67 100 14 11 107 74
Binary 11100001 1100101 1010000 0 110111 1000000 1100 1001 1000111 111100

Color Harmonies of #E16550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16550

Black with #E16550

Text Example


Text Example

White with #E16550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16550; }

 p { color: rgb(225,101,80); }

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

background-color css

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

 a { background-color: rgb(225,101,80); }

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

border-color css

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

 span { border-color: rgb(225,101,80); }

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