Html Css Color HEX #E26957 Flamingo

📋 copy color: '#E26957'

red 226 ◦ green 105 ◦ blue 87

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

Shades of Flamingo #E26957

Tints of Flamingo #E26957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.12%

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 54.07%
G = 25.12%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E26957 (or 0xE26957) is known color: Flamingo. HEX triplet: E2, 69 and 57. RGB value is (226,105,87). Sum of RGB (Red+Green+Blue) = 226+105+87=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E26957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26957 is #1D96A8. Grayscale: #8B8B8B. Windows color (decimal): -1939113 or 5728738. OLE color: 5728738.

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

Color convert

RGB 226 105 87 -
CMYK 0 0.54 0.62 0.11
HSL 7.77º 0.71% 0.61% -
HSV(B) 7.77º 0.62% 0.89% -
XYZ 38.14 26.96 12.21 -
YUV 139.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 226 105 87 0 0.54 0.62 0.11 7.77 0.71 0.61
Hex E2 69 57 0 36 3E B 8 47 3D
Octal 342 151 127 0 66 76 13 10 107 75
Binary 11100010 1101001 1010111 0 110110 111110 1011 1000 1000111 111101

Color Harmonies of #E26957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26957

Black with #E26957

Text Example


Text Example

White with #E26957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26957; }

 p { color: rgb(226,105,87); }

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

background-color css

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

 a { background-color: rgb(226,105,87); }

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

border-color css

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

 span { border-color: rgb(226,105,87); }

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