Html Css Color HEX #E26146 Flamingo

📋 copy color: '#E26146'

red 226 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #E26146

Tints of Flamingo #E26146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 57.51%
G = 24.68%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E26146 (or 0xE26146) is known color: Flamingo. HEX triplet: E2, 61 and 46. RGB value is (226,97,70). Sum of RGB (Red+Green+Blue) = 226+97+70=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E26146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26146 is #1D9EB9. Grayscale: #848484. Windows color (decimal): -1941178 or 4612578. OLE color: 4612578.

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

Color convert

RGB 226 97 70 -
CMYK 0 0.57 0.69 0.11
HSL 10.38º 0.73% 0.58% -
HSV(B) 10.38º 0.69% 0.89% -
XYZ 36.74 25.16 8.71 -
YUV 132.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 226 97 70 0 0.57 0.69 0.11 10.38 0.73 0.58
Hex E2 61 46 0 39 45 B A 49 3A
Octal 342 141 106 0 71 105 13 12 111 72
Binary 11100010 1100001 1000110 0 111001 1000101 1011 1010 1001001 111010

Color Harmonies of #E26146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26146

Black with #E26146

Text Example


Text Example

White with #E26146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26146; }

 p { color: rgb(226,97,70); }

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

background-color css

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

 a { background-color: rgb(226,97,70); }

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

border-color css

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

 span { border-color: rgb(226,97,70); }

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