Html Css Color HEX #E25F49 Flamingo

📋 copy color: '#E25F49'

red 226 ◦ green 95 ◦ blue 73

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

Shades of Flamingo #E25F49

Tints of Flamingo #E25F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 57.36%
G = 24.11%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E25F49 (or 0xE25F49) is known color: Flamingo. HEX triplet: E2, 5F and 49. RGB value is (226,95,73). Sum of RGB (Red+Green+Blue) = 226+95+73=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F49 is #1DA0B6. Grayscale: #838383. Windows color (decimal): -1941687 or 4808674. OLE color: 4808674.

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

Color convert

RGB 226 95 73 -
CMYK 0 0.58 0.68 0.11
HSL 8.63º 0.73% 0.59% -
HSV(B) 8.63º 0.68% 0.89% -
XYZ 36.66 24.83 9.16 -
YUV 131.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 226 95 73 0 0.58 0.68 0.11 8.63 0.73 0.59
Hex E2 5F 49 0 3A 44 B 9 49 3B
Octal 342 137 111 0 72 104 13 11 111 73
Binary 11100010 1011111 1001001 0 111010 1000100 1011 1001 1001001 111011

Color Harmonies of #E25F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F49

Black with #E25F49

Text Example


Text Example

White with #E25F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F49; }

 p { color: rgb(226,95,73); }

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

background-color css

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

 a { background-color: rgb(226,95,73); }

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

border-color css

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

 span { border-color: rgb(226,95,73); }

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