Html Css Color HEX #E2644D Flamingo

📋 copy color: '#E2644D'

red 226 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #E2644D

Tints of Flamingo #E2644D

RGB

 RED value IS 226 (88.67% from 255) = 56.08%

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 56.08%
G = 24.81%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2644D (or 0xE2644D) is known color: Flamingo. HEX triplet: E2, 64 and 4D. RGB value is (226,100,77). Sum of RGB (Red+Green+Blue) = 226+100+77=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2644D is #1D9BB2. Grayscale: #878787. Windows color (decimal): -1940403 or 5072098. OLE color: 5072098.

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

Color convert

RGB 226 100 77 -
CMYK 0 0.56 0.66 0.11
HSL 9.26º 0.72% 0.59% -
HSV(B) 9.26º 0.66% 0.89% -
XYZ 37.26 25.82 10.04 -
YUV 135.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 226 100 77 0 0.56 0.66 0.11 9.26 0.72 0.59
Hex E2 64 4D 0 38 42 B 9 48 3B
Octal 342 144 115 0 70 102 13 11 110 73
Binary 11100010 1100100 1001101 0 111000 1000010 1011 1001 1001000 111011

Color Harmonies of #E2644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2644D

Black with #E2644D

Text Example


Text Example

White with #E2644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2644D; }

 p { color: rgb(226,100,77); }

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

background-color css

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

 a { background-color: rgb(226,100,77); }

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

border-color css

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

 span { border-color: rgb(226,100,77); }

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