Html Css Color HEX #E16244 Flamingo

📋 copy color: '#E16244'

red 225 ◦ green 98 ◦ blue 68

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

Shades of Flamingo #E16244

Tints of Flamingo #E16244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 57.54%
G = 25.06%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16244 (or 0xE16244) is known color: Flamingo. HEX triplet: E1, 62 and 44. RGB value is (225,98,68). Sum of RGB (Red+Green+Blue) = 225+98+68=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E16244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16244 is #1E9DBB. Grayscale: #848484. Windows color (decimal): -2006460 or 4481761. OLE color: 4481761.

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

Color convert

RGB 225 98 68 -
CMYK 0 0.56 0.70 0.12
HSL 11.46º 0.72% 0.57% -
HSV(B) 11.46º 0.7% 0.88% -
XYZ 36.46 25.16 8.4 -
YUV 132.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 225 98 68 0 0.56 0.70 0.12 11.46 0.72 0.57
Hex E1 62 44 0 38 46 C B 48 39
Octal 341 142 104 0 70 106 14 13 110 71
Binary 11100001 1100010 1000100 0 111000 1000110 1100 1011 1001000 111001

Color Harmonies of #E16244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16244

Black with #E16244

Text Example


Text Example

White with #E16244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16244; }

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

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

background-color css

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

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

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

border-color css

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

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

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