Html Css Color HEX #E16144 Flamingo

📋 copy color: '#E16144'

red 225 ◦ green 97 ◦ blue 68

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

Shades of Flamingo #E16144

Tints of Flamingo #E16144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

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

R = 57.69%
G = 24.87%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16144 (or 0xE16144) is known color: Flamingo. HEX triplet: E1, 61 and 44. RGB value is (225,97,68). Sum of RGB (Red+Green+Blue) = 225+97+68=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E16144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16144 is #1E9EBB. Grayscale: #848484. Windows color (decimal): -2006716 or 4481505. OLE color: 4481505.

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

Color convert

RGB 225 97 68 -
CMYK 0 0.57 0.70 0.12
HSL 11.08º 0.72% 0.57% -
HSV(B) 11.08º 0.7% 0.88% -
XYZ 36.37 24.97 8.37 -
YUV 131.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 225 97 68 0 0.57 0.70 0.12 11.08 0.72 0.57
Hex E1 61 44 0 39 46 C B 48 39
Octal 341 141 104 0 71 106 14 13 110 71
Binary 11100001 1100001 1000100 0 111001 1000110 1100 1011 1001000 111001

Color Harmonies of #E16144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16144

Black with #E16144

Text Example


Text Example

White with #E16144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16144; }

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

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

background-color css

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

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

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

border-color css

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

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

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