Html Css Color HEX #E26242 Flamingo

📋 copy color: '#E26242'

red 226 ◦ green 98 ◦ blue 66

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

Shades of Flamingo #E26242

Tints of Flamingo #E26242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 57.95%
G = 25.13%
B = 16.92%

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

#E26242 (or 0xE26242) is known color: Flamingo. HEX triplet: E2, 62 and 42. RGB value is (226,98,66). Sum of RGB (Red+Green+Blue) = 226+98+66=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E26242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26242 is #1D9DBD. Grayscale: #848484. Windows color (decimal): -1940926 or 4350690. OLE color: 4350690.

HSL color Cylindrical-coordinate representation of color #E26242: hue angle of 12º degrees, saturation: 0.73, 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 #E26242 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 98 66 -
CMYK 0 0.57 0.71 0.11
HSL 12º 0.73% 0.57% -
HSV(B) 12º 0.71% 0.89% -
XYZ 36.72 25.3 8.1 -
YUV 132.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 226 98 66 0 0.57 0.71 0.11 12 0.73 0.57
Hex E2 62 42 0 39 47 B C 49 39
Octal 342 142 102 0 71 107 13 14 111 71
Binary 11100010 1100010 1000010 0 111001 1000111 1011 1100 1001001 111001

Color Harmonies of #E26242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26242

Black with #E26242

Text Example


Text Example

White with #E26242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26242; }

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

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

background-color css

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

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

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

border-color css

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

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

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