Html Css Color HEX #E26044 Flamingo

📋 copy color: '#E26044'

red 226 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #E26044

Tints of Flamingo #E26044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 57.95%
G = 24.62%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E26044 (or 0xE26044) is known color: Flamingo. HEX triplet: E2, 60 and 44. RGB value is (226,96,68). Sum of RGB (Red+Green+Blue) = 226+96+68=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E26044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26044 is #1D9FBB. Grayscale: #838383. Windows color (decimal): -1941436 or 4481250. OLE color: 4481250.

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

Color convert

RGB 226 96 68 -
CMYK 0 0.58 0.70 0.11
HSL 10.63º 0.73% 0.58% -
HSV(B) 10.63º 0.7% 0.89% -
XYZ 36.59 24.95 8.36 -
YUV 131.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 226 96 68 0 0.58 0.70 0.11 10.63 0.73 0.58
Hex E2 60 44 0 3A 46 B B 49 3A
Octal 342 140 104 0 72 106 13 13 111 72
Binary 11100010 1100000 1000100 0 111010 1000110 1011 1011 1001001 111010

Color Harmonies of #E26044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26044

Black with #E26044

Text Example


Text Example

White with #E26044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26044; }

 p { color: rgb(226,96,68); }

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

background-color css

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

 a { background-color: rgb(226,96,68); }

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

border-color css

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

 span { border-color: rgb(226,96,68); }

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