Html Css Color HEX #E16545 Flamingo

📋 copy color: '#E16545'

red 225 ◦ green 101 ◦ blue 69

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

Shades of Flamingo #E16545

Tints of Flamingo #E16545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 56.96%
G = 25.57%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E16545 (or 0xE16545) is known color: Flamingo. HEX triplet: E1, 65 and 45. RGB value is (225,101,69). Sum of RGB (Red+Green+Blue) = 225+101+69=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16545 is #1E9ABA. Grayscale: #868686. Windows color (decimal): -2005691 or 4548065. OLE color: 4548065.

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

Color convert

RGB 225 101 69 -
CMYK 0 0.55 0.69 0.12
HSL 12.31º 0.72% 0.58% -
HSV(B) 12.31º 0.69% 0.88% -
XYZ 36.78 25.74 8.66 -
YUV 134.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 225 101 69 0 0.55 0.69 0.12 12.31 0.72 0.58
Hex E1 65 45 0 37 45 C C 48 3A
Octal 341 145 105 0 67 105 14 14 110 72
Binary 11100001 1100101 1000101 0 110111 1000101 1100 1100 1001000 111010

Color Harmonies of #E16545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16545

Black with #E16545

Text Example


Text Example

White with #E16545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16545; }

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

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

background-color css

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

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

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

border-color css

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

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

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