Html Css Color HEX #E2654C Flamingo

📋 copy color: '#E2654C'

red 226 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #E2654C

Tints of Flamingo #E2654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 56.08%
G = 25.06%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2654C (or 0xE2654C) is known color: Flamingo. HEX triplet: E2, 65 and 4C. RGB value is (226,101,76). Sum of RGB (Red+Green+Blue) = 226+101+76=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2654C is #1D9AB3. Grayscale: #878787. Windows color (decimal): -1940148 or 5006818. OLE color: 5006818.

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

Color convert

RGB 226 101 76 -
CMYK 0 0.55 0.66 0.11
HSL 10º 0.72% 0.59% -
HSV(B) 10º 0.66% 0.89% -
XYZ 37.32 26 9.89 -
YUV 135.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 226 101 76 0 0.55 0.66 0.11 10 0.72 0.59
Hex E2 65 4C 0 37 42 B A 48 3B
Octal 342 145 114 0 67 102 13 12 110 73
Binary 11100010 1100101 1001100 0 110111 1000010 1011 1010 1001000 111011

Color Harmonies of #E2654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2654C

Black with #E2654C

Text Example


Text Example

White with #E2654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2654C; }

 p { color: rgb(226,101,76); }

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

background-color css

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

 a { background-color: rgb(226,101,76); }

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

border-color css

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

 span { border-color: rgb(226,101,76); }

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