Html Css Color HEX #E2644A Flamingo

📋 copy color: '#E2644A'

red 226 ◦ green 100 ◦ blue 74

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

Shades of Flamingo #E2644A

Tints of Flamingo #E2644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 56.5%
G = 25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2644A (or 0xE2644A) is known color: Flamingo. HEX triplet: E2, 64 and 4A. RGB value is (226,100,74). Sum of RGB (Red+Green+Blue) = 226+100+74=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2644A is #1D9BB5. Grayscale: #868686. Windows color (decimal): -1940406 or 4875490. OLE color: 4875490.

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

Color convert

RGB 226 100 74 -
CMYK 0 0.56 0.67 0.11
HSL 10.26º 0.72% 0.59% -
HSV(B) 10.26º 0.67% 0.89% -
XYZ 37.16 25.78 9.5 -
YUV 134.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 226 100 74 0 0.56 0.67 0.11 10.26 0.72 0.59
Hex E2 64 4A 0 38 43 B A 48 3B
Octal 342 144 112 0 70 103 13 12 110 73
Binary 11100010 1100100 1001010 0 111000 1000011 1011 1010 1001000 111011

Color Harmonies of #E2644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2644A

Black with #E2644A

Text Example


Text Example

White with #E2644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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