Html Css Color HEX #E25E48 Flamingo

📋 copy color: '#E25E48'

red 226 ◦ green 94 ◦ blue 72

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

Shades of Flamingo #E25E48

Tints of Flamingo #E25E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.98%

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

R = 57.65%
G = 23.98%
B = 18.37%

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

#E25E48 (or 0xE25E48) is known color: Flamingo. HEX triplet: E2, 5E and 48. RGB value is (226,94,72). Sum of RGB (Red+Green+Blue) = 226+94+72=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E48 is #1DA1B7. Grayscale: #838383. Windows color (decimal): -1941944 or 4742882. OLE color: 4742882.

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

Color convert

RGB 226 94 72 -
CMYK 0 0.58 0.68 0.11
HSL 8.57º 0.73% 0.58% -
HSV(B) 8.57º 0.68% 0.89% -
XYZ 36.54 24.64 8.96 -
YUV 130.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 226 94 72 0 0.58 0.68 0.11 8.57 0.73 0.58
Hex E2 5E 48 0 3A 44 B 9 49 3A
Octal 342 136 110 0 72 104 13 11 111 72
Binary 11100010 1011110 1001000 0 111010 1000100 1011 1001 1001001 111010

Color Harmonies of #E25E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E48

Black with #E25E48

Text Example


Text Example

White with #E25E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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