Html Css Color HEX #E16450 Flamingo

📋 copy color: '#E16450'

red 225 ◦ green 100 ◦ blue 80

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

Shades of Flamingo #E16450

Tints of Flamingo #E16450

RGB

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

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

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

R = 55.56%
G = 24.69%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16450 (or 0xE16450) is known color: Flamingo. HEX triplet: E1, 64 and 50. RGB value is (225,100,80). Sum of RGB (Red+Green+Blue) = 225+100+80=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E16450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16450 is #1E9BAF. Grayscale: #878787. Windows color (decimal): -2005936 or 5268705. OLE color: 5268705.

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

Color convert

RGB 225 100 80 -
CMYK 0 0.56 0.64 0.12
HSL 8.28º 0.71% 0.6% -
HSV(B) 8.28º 0.64% 0.88% -
XYZ 37.06 25.7 10.6 -
YUV 135.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 225 100 80 0 0.56 0.64 0.12 8.28 0.71 0.6
Hex E1 64 50 0 38 40 C 8 47 3C
Octal 341 144 120 0 70 100 14 10 107 74
Binary 11100001 1100100 1010000 0 111000 1000000 1100 1000 1000111 111100

Color Harmonies of #E16450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16450

Black with #E16450

Text Example


Text Example

White with #E16450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16450; }

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

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

background-color css

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

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

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

border-color css

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

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

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