Html Css Color HEX #E16245 Flamingo

📋 copy color: '#E16245'

red 225 ◦ green 98 ◦ blue 69

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

Shades of Flamingo #E16245

Tints of Flamingo #E16245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.6%

R = 57.4%
G = 25%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16245 (or 0xE16245) is known color: Flamingo. HEX triplet: E1, 62 and 45. RGB value is (225,98,69). Sum of RGB (Red+Green+Blue) = 225+98+69=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16245 is #1E9DBA. Grayscale: #848484. Windows color (decimal): -2006459 or 4547297. OLE color: 4547297.

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

Color convert

RGB 225 98 69 -
CMYK 0 0.56 0.69 0.12
HSL 11.15º 0.72% 0.58% -
HSV(B) 11.15º 0.69% 0.88% -
XYZ 36.49 25.17 8.57 -
YUV 132.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 225 98 69 0 0.56 0.69 0.12 11.15 0.72 0.58
Hex E1 62 45 0 38 45 C B 48 3A
Octal 341 142 105 0 70 105 14 13 110 72
Binary 11100001 1100010 1000101 0 111000 1000101 1100 1011 1001000 111010

Color Harmonies of #E16245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16245

Black with #E16245

Text Example


Text Example

White with #E16245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16245; }

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

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

background-color css

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

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

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

border-color css

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

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

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