Html Css Color HEX #E26057 Flamingo

📋 copy color: '#E26057'

red 226 ◦ green 96 ◦ blue 87

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

Shades of Flamingo #E26057

Tints of Flamingo #E26057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 55.26%
G = 23.47%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E26057 (or 0xE26057) is known color: Flamingo. HEX triplet: E2, 60 and 57. RGB value is (226,96,87). Sum of RGB (Red+Green+Blue) = 226+96+87=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E26057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26057 is #1D9FA8. Grayscale: #868686. Windows color (decimal): -1941417 or 5726434. OLE color: 5726434.

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

Color convert

RGB 226 96 87 -
CMYK 0 0.58 0.62 0.11
HSL 3.88º 0.71% 0.61% -
HSV(B) 3.88º 0.62% 0.89% -
XYZ 37.27 25.22 11.92 -
YUV 133.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 226 96 87 0 0.58 0.62 0.11 3.88 0.71 0.61
Hex E2 60 57 0 3A 3E B 4 47 3D
Octal 342 140 127 0 72 76 13 4 107 75
Binary 11100010 1100000 1010111 0 111010 111110 1011 100 1000111 111101

Color Harmonies of #E26057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26057

Black with #E26057

Text Example


Text Example

White with #E26057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26057; }

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

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

background-color css

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

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

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

border-color css

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

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

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