Html Css Color HEX #E26448 Flamingo

📋 copy color: '#E26448'

red 226 ◦ green 100 ◦ blue 72

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

Shades of Flamingo #E26448

Tints of Flamingo #E26448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 56.78%
G = 25.13%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E26448 (or 0xE26448) is known color: Flamingo. HEX triplet: E2, 64 and 48. RGB value is (226,100,72). Sum of RGB (Red+Green+Blue) = 226+100+72=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E26448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26448 is #1D9BB7. Grayscale: #868686. Windows color (decimal): -1940408 or 4744418. OLE color: 4744418.

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

Color convert

RGB 226 100 72 -
CMYK 0 0.56 0.68 0.11
HSL 10.91º 0.73% 0.58% -
HSV(B) 10.91º 0.68% 0.89% -
XYZ 37.09 25.75 9.15 -
YUV 134.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 226 100 72 0 0.56 0.68 0.11 10.91 0.73 0.58
Hex E2 64 48 0 38 44 B B 49 3A
Octal 342 144 110 0 70 104 13 13 111 72
Binary 11100010 1100100 1001000 0 111000 1000100 1011 1011 1001001 111010

Color Harmonies of #E26448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26448

Black with #E26448

Text Example


Text Example

White with #E26448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26448; }

 p { color: rgb(226,100,72); }

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

background-color css

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

 a { background-color: rgb(226,100,72); }

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

border-color css

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

 span { border-color: rgb(226,100,72); }

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