Html Css Color HEX #E26749 Flamingo

📋 copy color: '#E26749'

red 226 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #E26749

Tints of Flamingo #E26749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 56.22%
G = 25.62%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E26749 (or 0xE26749) is known color: Flamingo. HEX triplet: E2, 67 and 49. RGB value is (226,103,73). Sum of RGB (Red+Green+Blue) = 226+103+73=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E26749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26749 is #1D98B6. Grayscale: #888888. Windows color (decimal): -1939639 or 4810722. OLE color: 4810722.

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

Color convert

RGB 226 103 73 -
CMYK 0 0.54 0.68 0.11
HSL 11.76º 0.73% 0.59% -
HSV(B) 11.76º 0.68% 0.89% -
XYZ 37.42 26.35 9.42 -
YUV 136.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 226 103 73 0 0.54 0.68 0.11 11.76 0.73 0.59
Hex E2 67 49 0 36 44 B C 49 3B
Octal 342 147 111 0 66 104 13 14 111 73
Binary 11100010 1100111 1001001 0 110110 1000100 1011 1100 1001001 111011

Color Harmonies of #E26749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26749

Black with #E26749

Text Example


Text Example

White with #E26749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26749; }

 p { color: rgb(226,103,73); }

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

background-color css

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

 a { background-color: rgb(226,103,73); }

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

border-color css

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

 span { border-color: rgb(226,103,73); }

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