Html Css Color HEX #E16046 Flamingo

📋 copy color: '#E16046'

red 225 ◦ green 96 ◦ blue 70

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

Shades of Flamingo #E16046

Tints of Flamingo #E16046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 57.54%
G = 24.55%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16046 (or 0xE16046) is known color: Flamingo. HEX triplet: E1, 60 and 46. RGB value is (225,96,70). Sum of RGB (Red+Green+Blue) = 225+96+70=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E16046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16046 is #1E9FB9. Grayscale: #838383. Windows color (decimal): -2006970 or 4612321. OLE color: 4612321.

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

Color convert

RGB 225 96 70 -
CMYK 0 0.57 0.69 0.12
HSL 10.06º 0.72% 0.58% -
HSV(B) 10.06º 0.69% 0.88% -
XYZ 36.34 24.82 8.67 -
YUV 131.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 225 96 70 0 0.57 0.69 0.12 10.06 0.72 0.58
Hex E1 60 46 0 39 45 C A 48 3A
Octal 341 140 106 0 71 105 14 12 110 72
Binary 11100001 1100000 1000110 0 111001 1000101 1100 1010 1001000 111010

Color Harmonies of #E16046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16046

Black with #E16046

Text Example


Text Example

White with #E16046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16046; }

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

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

background-color css

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

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

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

border-color css

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

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

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