Html Css Color HEX #E26457 Flamingo

📋 copy color: '#E26457'

red 226 ◦ green 100 ◦ blue 87

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

Shades of Flamingo #E26457

Tints of Flamingo #E26457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

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

R = 54.72%
G = 24.21%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E26457 (or 0xE26457) is known color: Flamingo. HEX triplet: E2, 64 and 57. RGB value is (226,100,87). Sum of RGB (Red+Green+Blue) = 226+100+87=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E26457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26457 is #1D9BA8. Grayscale: #888888. Windows color (decimal): -1940393 or 5727458. OLE color: 5727458.

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

Color convert

RGB 226 100 87 -
CMYK 0 0.56 0.62 0.11
HSL 5.61º 0.71% 0.61% -
HSV(B) 5.61º 0.62% 0.89% -
XYZ 37.64 25.97 12.05 -
YUV 136.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 226 100 87 0 0.56 0.62 0.11 5.61 0.71 0.61
Hex E2 64 57 0 38 3E B 6 47 3D
Octal 342 144 127 0 70 76 13 6 107 75
Binary 11100010 1100100 1010111 0 111000 111110 1011 110 1000111 111101

Color Harmonies of #E26457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26457

Black with #E26457

Text Example


Text Example

White with #E26457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26457; }

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

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

background-color css

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

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

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

border-color css

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

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

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