Html Css Color HEX #E16644 Flamingo

📋 copy color: '#E16644'

red 225 ◦ green 102 ◦ blue 68

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

Shades of Flamingo #E16644

Tints of Flamingo #E16644

RGB

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

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

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

R = 56.96%
G = 25.82%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E16644 (or 0xE16644) is known color: Flamingo. HEX triplet: E1, 66 and 44. RGB value is (225,102,68). Sum of RGB (Red+Green+Blue) = 225+102+68=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16644 is #1E99BB. Grayscale: #878787. Windows color (decimal): -2005436 or 4482785. OLE color: 4482785.

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

Color convert

RGB 225 102 68 -
CMYK 0 0.55 0.70 0.12
HSL 12.99º 0.72% 0.57% -
HSV(B) 12.99º 0.7% 0.88% -
XYZ 36.85 25.93 8.53 -
YUV 134.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 225 102 68 0 0.55 0.70 0.12 12.99 0.72 0.57
Hex E1 66 44 0 37 46 C D 48 39
Octal 341 146 104 0 67 106 14 15 110 71
Binary 11100001 1100110 1000100 0 110111 1000110 1100 1101 1001000 111001

Color Harmonies of #E16644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16644

Black with #E16644

Text Example


Text Example

White with #E16644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16644; }

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

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

background-color css

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

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

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

border-color css

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

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

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