Html Css Color HEX #E26155 Flamingo

📋 copy color: '#E26155'

red 226 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #E26155

Tints of Flamingo #E26155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 55.39%
G = 23.77%
B = 20.83%

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

#E26155 (or 0xE26155) is known color: Flamingo. HEX triplet: E2, 61 and 55. RGB value is (226,97,85). Sum of RGB (Red+Green+Blue) = 226+97+85=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E26155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26155 is #1D9EAA. Grayscale: #868686. Windows color (decimal): -1941163 or 5595618. OLE color: 5595618.

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

Color convert

RGB 226 97 85 -
CMYK 0 0.57 0.62 0.11
HSL 5.11º 0.71% 0.61% -
HSV(B) 5.11º 0.62% 0.89% -
XYZ 37.28 25.37 11.53 -
YUV 134.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 226 97 85 0 0.57 0.62 0.11 5.11 0.71 0.61
Hex E2 61 55 0 39 3E B 5 47 3D
Octal 342 141 125 0 71 76 13 5 107 75
Binary 11100010 1100001 1010101 0 111001 111110 1011 101 1000111 111101

Color Harmonies of #E26155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26155

Black with #E26155

Text Example


Text Example

White with #E26155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26155; }

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

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

background-color css

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

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

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

border-color css

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

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

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