Html Css Color HEX #E16249 Flamingo

📋 copy color: '#E16249'

red 225 ◦ green 98 ◦ blue 73

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

Shades of Flamingo #E16249

Tints of Flamingo #E16249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 56.82%
G = 24.75%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16249 (or 0xE16249) is known color: Flamingo. HEX triplet: E1, 62 and 49. RGB value is (225,98,73). Sum of RGB (Red+Green+Blue) = 225+98+73=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E16249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16249 is #1E9DB6. Grayscale: #858585. Windows color (decimal): -2006455 or 4809441. OLE color: 4809441.

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

Color convert

RGB 225 98 73 -
CMYK 0 0.56 0.68 0.12
HSL 9.87º 0.72% 0.58% -
HSV(B) 9.87º 0.68% 0.88% -
XYZ 36.62 25.22 9.24 -
YUV 133.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 225 98 73 0 0.56 0.68 0.12 9.87 0.72 0.58
Hex E1 62 49 0 38 44 C A 48 3A
Octal 341 142 111 0 70 104 14 12 110 72
Binary 11100001 1100010 1001001 0 111000 1000100 1100 1010 1001000 111010

Color Harmonies of #E16249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16249

Black with #E16249

Text Example


Text Example

White with #E16249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16249; }

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

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

background-color css

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

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

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

border-color css

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

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

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