Html Css Color HEX #E26755 Flamingo

📋 copy color: '#E26755'

red 226 ◦ green 103 ◦ blue 85

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

Shades of Flamingo #E26755

Tints of Flamingo #E26755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 54.59%
G = 24.88%
B = 20.53%

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

#E26755 (or 0xE26755) is known color: Flamingo. HEX triplet: E2, 67 and 55. RGB value is (226,103,85). Sum of RGB (Red+Green+Blue) = 226+103+85=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E26755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26755 is #1D98AA. Grayscale: #898989. Windows color (decimal): -1939627 or 5597154. OLE color: 5597154.

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

Color convert

RGB 226 103 85 -
CMYK 0 0.54 0.62 0.11
HSL 7.66º 0.71% 0.61% -
HSV(B) 7.66º 0.62% 0.89% -
XYZ 37.85 26.53 11.72 -
YUV 137.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 226 103 85 0 0.54 0.62 0.11 7.66 0.71 0.61
Hex E2 67 55 0 36 3E B 8 47 3D
Octal 342 147 125 0 66 76 13 10 107 75
Binary 11100010 1100111 1010101 0 110110 111110 1011 1000 1000111 111101

Color Harmonies of #E26755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26755

Black with #E26755

Text Example


Text Example

White with #E26755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26755; }

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

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

background-color css

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

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

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

border-color css

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

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

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