Html Css Color HEX #E16241 Flamingo

📋 copy color: '#E16241'

red 225 ◦ green 98 ◦ blue 65

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

Shades of Flamingo #E16241

Tints of Flamingo #E16241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 65 (25.78% from 255) = 16.75%

R = 57.99%
G = 25.26%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E16241 (or 0xE16241) is known color: Flamingo. HEX triplet: E1, 62 and 41. RGB value is (225,98,65). Sum of RGB (Red+Green+Blue) = 225+98+65=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E16241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16241 is #1E9DBE. Grayscale: #848484. Windows color (decimal): -2006463 or 4285153. OLE color: 4285153.

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

Color convert

RGB 225 98 65 -
CMYK 0 0.56 0.71 0.12
HSL 12.38º 0.73% 0.57% -
HSV(B) 12.38º 0.71% 0.88% -
XYZ 36.37 25.12 7.93 -
YUV 132.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 225 98 65 0 0.56 0.71 0.12 12.38 0.73 0.57
Hex E1 62 41 0 38 47 C C 49 39
Octal 341 142 101 0 70 107 14 14 111 71
Binary 11100001 1100010 1000001 0 111000 1000111 1100 1100 1001001 111001

Color Harmonies of #E16241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16241

Black with #E16241

Text Example


Text Example

White with #E16241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16241; }

 p { color: rgb(225,98,65); }

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

background-color css

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

 a { background-color: rgb(225,98,65); }

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

border-color css

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

 span { border-color: rgb(225,98,65); }

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