Html Css Color HEX #E16044 Flamingo

📋 copy color: '#E16044'

red 225 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #E16044

Tints of Flamingo #E16044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 57.84%
G = 24.68%
B = 17.48%

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

#E16044 (or 0xE16044) is known color: Flamingo. HEX triplet: E1, 60 and 44. RGB value is (225,96,68). Sum of RGB (Red+Green+Blue) = 225+96+68=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E16044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16044 is #1E9FBB. Grayscale: #838383. Windows color (decimal): -2006972 or 4481249. OLE color: 4481249.

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

Color convert

RGB 225 96 68 -
CMYK 0 0.57 0.70 0.12
HSL 10.7º 0.72% 0.57% -
HSV(B) 10.7º 0.7% 0.88% -
XYZ 36.28 24.79 8.34 -
YUV 131.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 225 96 68 0 0.57 0.70 0.12 10.7 0.72 0.57
Hex E1 60 44 0 39 46 C B 48 39
Octal 341 140 104 0 71 106 14 13 110 71
Binary 11100001 1100000 1000100 0 111001 1000110 1100 1011 1001000 111001

Color Harmonies of #E16044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16044

Black with #E16044

Text Example


Text Example

White with #E16044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16044; }

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

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

background-color css

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

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

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

border-color css

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

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

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