Html Css Color HEX #E16650 Flamingo

📋 copy color: '#E16650'

red 225 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #E16650

Tints of Flamingo #E16650

RGB

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

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

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

R = 55.28%
G = 25.06%
B = 19.66%

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

#E16650 (or 0xE16650) is known color: Flamingo. HEX triplet: E1, 66 and 50. RGB value is (225,102,80). Sum of RGB (Red+Green+Blue) = 225+102+80=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16650 is #1E99AF. Grayscale: #888888. Windows color (decimal): -2005424 or 5269217. OLE color: 5269217.

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

Color convert

RGB 225 102 80 -
CMYK 0 0.55 0.64 0.12
HSL 9.1º 0.71% 0.6% -
HSV(B) 9.1º 0.64% 0.88% -
XYZ 37.25 26.09 10.66 -
YUV 136.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 225 102 80 0 0.55 0.64 0.12 9.1 0.71 0.6
Hex E1 66 50 0 37 40 C 9 47 3C
Octal 341 146 120 0 67 100 14 11 107 74
Binary 11100001 1100110 1010000 0 110111 1000000 1100 1001 1000111 111100

Color Harmonies of #E16650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16650

Black with #E16650

Text Example


Text Example

White with #E16650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16650; }

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

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

background-color css

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

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

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

border-color css

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

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

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