Html Css Color HEX #E26348 Flamingo

📋 copy color: '#E26348'

red 226 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #E26348

Tints of Flamingo #E26348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 56.93%
G = 24.94%
B = 18.14%

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

#E26348 (or 0xE26348) is known color: Flamingo. HEX triplet: E2, 63 and 48. RGB value is (226,99,72). Sum of RGB (Red+Green+Blue) = 226+99+72=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E26348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26348 is #1D9CB7. Grayscale: #868686. Windows color (decimal): -1940664 or 4744162. OLE color: 4744162.

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

Color convert

RGB 226 99 72 -
CMYK 0 0.56 0.68 0.11
HSL 10.52º 0.73% 0.58% -
HSV(B) 10.52º 0.68% 0.89% -
XYZ 37 25.56 9.11 -
YUV 133.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 226 99 72 0 0.56 0.68 0.11 10.52 0.73 0.58
Hex E2 63 48 0 38 44 B B 49 3A
Octal 342 143 110 0 70 104 13 13 111 72
Binary 11100010 1100011 1001000 0 111000 1000100 1011 1011 1001001 111010

Color Harmonies of #E26348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26348

Black with #E26348

Text Example


Text Example

White with #E26348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26348; }

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

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

background-color css

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

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

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

border-color css

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

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

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