Html Css Color HEX #E26055 Flamingo

📋 copy color: '#E26055'

red 226 ◦ green 96 ◦ blue 85

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

Shades of Flamingo #E26055

Tints of Flamingo #E26055

RGB

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

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

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

R = 55.53%
G = 23.59%
B = 20.88%

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

#E26055 (or 0xE26055) is known color: Flamingo. HEX triplet: E2, 60 and 55. RGB value is (226,96,85). Sum of RGB (Red+Green+Blue) = 226+96+85=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E26055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26055 is #1D9FAA. Grayscale: #858585. Windows color (decimal): -1941419 or 5595362. OLE color: 5595362.

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

Color convert

RGB 226 96 85 -
CMYK 0 0.58 0.62 0.11
HSL 4.68º 0.71% 0.61% -
HSV(B) 4.68º 0.62% 0.89% -
XYZ 37.19 25.19 11.5 -
YUV 133.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 226 96 85 0 0.58 0.62 0.11 4.68 0.71 0.61
Hex E2 60 55 0 3A 3E B 5 47 3D
Octal 342 140 125 0 72 76 13 5 107 75
Binary 11100010 1100000 1010101 0 111010 111110 1011 101 1000111 111101

Color Harmonies of #E26055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26055

Black with #E26055

Text Example


Text Example

White with #E26055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26055; }

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

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

background-color css

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

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

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

border-color css

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

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

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