Html Css Color HEX #E1644C Flamingo

📋 copy color: '#E1644C'

red 225 ◦ green 100 ◦ blue 76

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

Shades of Flamingo #E1644C

Tints of Flamingo #E1644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 56.11%
G = 24.94%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1644C (or 0xE1644C) is known color: Flamingo. HEX triplet: E1, 64 and 4C. RGB value is (225,100,76). Sum of RGB (Red+Green+Blue) = 225+100+76=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1644C is #1E9BB3. Grayscale: #868686. Windows color (decimal): -2005940 or 5006561. OLE color: 5006561.

HSL color Cylindrical-coordinate representation of color #E1644C: hue angle of 9.66º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1644C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 76 -
CMYK 0 0.56 0.66 0.12
HSL 9.66º 0.71% 0.59% -
HSV(B) 9.66º 0.66% 0.88% -
XYZ 36.91 25.64 9.84 -
YUV 134.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 225 100 76 0 0.56 0.66 0.12 9.66 0.71 0.59
Hex E1 64 4C 0 38 42 C A 47 3B
Octal 341 144 114 0 70 102 14 12 107 73
Binary 11100001 1100100 1001100 0 111000 1000010 1100 1010 1000111 111011

Color Harmonies of #E1644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1644C

Black with #E1644C

Text Example


Text Example

White with #E1644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1644C; }

 p { color: rgb(225,100,76); }

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

background-color css

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

 a { background-color: rgb(225,100,76); }

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

border-color css

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

 span { border-color: rgb(225,100,76); }

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