Html Css Color HEX #E26241 Flamingo

📋 copy color: '#E26241'

red 226 ◦ green 98 ◦ blue 65

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

Shades of Flamingo #E26241

Tints of Flamingo #E26241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 58.1%
G = 25.19%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E26241 (or 0xE26241) is known color: Flamingo. HEX triplet: E2, 62 and 41. RGB value is (226,98,65). Sum of RGB (Red+Green+Blue) = 226+98+65=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E26241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26241 is #1D9DBE. Grayscale: #848484. Windows color (decimal): -1940927 or 4285154. OLE color: 4285154.

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

Color convert

RGB 226 98 65 -
CMYK 0 0.57 0.71 0.11
HSL 12.3º 0.74% 0.57% -
HSV(B) 12.3º 0.71% 0.89% -
XYZ 36.69 25.29 7.95 -
YUV 132.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 226 98 65 0 0.57 0.71 0.11 12.3 0.74 0.57
Hex E2 62 41 0 39 47 B C 4A 39
Octal 342 142 101 0 71 107 13 14 112 71
Binary 11100010 1100010 1000001 0 111001 1000111 1011 1100 1001010 111001

Color Harmonies of #E26241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26241

Black with #E26241

Text Example


Text Example

White with #E26241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26241; }

 p { color: rgb(226,98,65); }

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

background-color css

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

 a { background-color: rgb(226,98,65); }

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

border-color css

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

 span { border-color: rgb(226,98,65); }

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