Html Css Color HEX #E16646 Flamingo

📋 copy color: '#E16646'

red 225 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #E16646

Tints of Flamingo #E16646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 56.68%
G = 25.69%
B = 17.63%

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

#E16646 (or 0xE16646) is known color: Flamingo. HEX triplet: E1, 66 and 46. RGB value is (225,102,70). Sum of RGB (Red+Green+Blue) = 225+102+70=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16646 is #1E99B9. Grayscale: #878787. Windows color (decimal): -2005434 or 4613857. OLE color: 4613857.

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

Color convert

RGB 225 102 70 -
CMYK 0 0.55 0.69 0.12
HSL 12.39º 0.72% 0.58% -
HSV(B) 12.39º 0.69% 0.88% -
XYZ 36.91 25.95 8.86 -
YUV 135.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 225 102 70 0 0.55 0.69 0.12 12.39 0.72 0.58
Hex E1 66 46 0 37 45 C C 48 3A
Octal 341 146 106 0 67 105 14 14 110 72
Binary 11100001 1100110 1000110 0 110111 1000101 1100 1100 1001000 111010

Color Harmonies of #E16646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16646

Black with #E16646

Text Example


Text Example

White with #E16646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16646; }

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

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

background-color css

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

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

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

border-color css

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

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

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