Html Css Color HEX #E16750 Flamingo

📋 copy color: '#E16750'

red 225 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #E16750

Tints of Flamingo #E16750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 55.15%
G = 25.25%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16750 (or 0xE16750) is known color: Flamingo. HEX triplet: E1, 67 and 50. RGB value is (225,103,80). Sum of RGB (Red+Green+Blue) = 225+103+80=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16750 is #1E98AF. Grayscale: #898989. Windows color (decimal): -2005168 or 5269473. OLE color: 5269473.

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

Color convert

RGB 225 103 80 -
CMYK 0 0.54 0.64 0.12
HSL 9.52º 0.71% 0.6% -
HSV(B) 9.52º 0.64% 0.88% -
XYZ 37.35 26.29 10.69 -
YUV 136.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 225 103 80 0 0.54 0.64 0.12 9.52 0.71 0.6
Hex E1 67 50 0 36 40 C A 47 3C
Octal 341 147 120 0 66 100 14 12 107 74
Binary 11100001 1100111 1010000 0 110110 1000000 1100 1010 1000111 111100

Color Harmonies of #E16750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16750

Black with #E16750

Text Example


Text Example

White with #E16750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16750; }

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

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

background-color css

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

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

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

border-color css

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

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

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