Html Css Color HEX #E26054 Flamingo

📋 copy color: '#E26054'

red 226 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #E26054

Tints of Flamingo #E26054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 55.67%
G = 23.65%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E26054 (or 0xE26054) is known color: Flamingo. HEX triplet: E2, 60 and 54. RGB value is (226,96,84). Sum of RGB (Red+Green+Blue) = 226+96+84=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E26054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26054 is #1D9FAB. Grayscale: #858585. Windows color (decimal): -1941420 or 5529826. OLE color: 5529826.

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

Color convert

RGB 226 96 84 -
CMYK 0 0.58 0.63 0.11
HSL 5.07º 0.71% 0.61% -
HSV(B) 5.07º 0.63% 0.89% -
XYZ 37.15 25.17 11.29 -
YUV 133.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 226 96 84 0 0.58 0.63 0.11 5.07 0.71 0.61
Hex E2 60 54 0 3A 3F B 5 47 3D
Octal 342 140 124 0 72 77 13 5 107 75
Binary 11100010 1100000 1010100 0 111010 111111 1011 101 1000111 111101

Color Harmonies of #E26054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26054

Black with #E26054

Text Example


Text Example

White with #E26054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26054; }

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

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

background-color css

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

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

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

border-color css

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

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

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