Html Css Color HEX #E26156 Flamingo

📋 copy color: '#E26156'

red 226 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #E26156

Tints of Flamingo #E26156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 55.26%
G = 23.72%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E26156 (or 0xE26156) is known color: Flamingo. HEX triplet: E2, 61 and 56. RGB value is (226,97,86). Sum of RGB (Red+Green+Blue) = 226+97+86=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E26156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26156 is #1D9EA9. Grayscale: #868686. Windows color (decimal): -1941162 or 5661154. OLE color: 5661154.

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

Color convert

RGB 226 97 86 -
CMYK 0 0.57 0.62 0.11
HSL 4.71º 0.71% 0.61% -
HSV(B) 4.71º 0.62% 0.89% -
XYZ 37.32 25.39 11.74 -
YUV 134.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 226 97 86 0 0.57 0.62 0.11 4.71 0.71 0.61
Hex E2 61 56 0 39 3E B 5 47 3D
Octal 342 141 126 0 71 76 13 5 107 75
Binary 11100010 1100001 1010110 0 111001 111110 1011 101 1000111 111101

Color Harmonies of #E26156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26156

Black with #E26156

Text Example


Text Example

White with #E26156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26156; }

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

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

background-color css

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

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

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

border-color css

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

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

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