#E25A48

Color #E25A48 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E25A48

Tints of Flamingo #E25A48

Color information

#E25A48 (or 0xE25A48) is unknown color: approx Flamingo. HEX triplet: E2, 5A and 48. RGB value is (226,90,72). Sum of RGB (Red+Green+Blue) = 226+90+72=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A48 is #1DA5B7. Grayscale: #808080. Windows color (decimal): -1942968 or 4741858. OLE color: 4741858.

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

Color convert

RGB2269072-
CMYK00.600.680.11
HSL7.01º72.64%58.43%-
HSV(B)7.01º68.14%88.63%-
XYZ36.1923.958.85-
YUV128.6196.06197.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.25%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=58.25%
G=23.20%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226907200.600.680.117.0172.6458.43
HexE25A4803C44B7493a
Octal34213211007410413711172
Binary11100010101101010010000111100100010010111111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A48; }

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

 H1.HeaderClassName
 {
   color: #E25A48;
 }
 .AnyTagClassName
 {
   color: #E25A48;
 }
</style>
background-color css

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

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

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

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

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

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