#E25B4E

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

Shades of Flamingo #E25B4E

Tints of Flamingo #E25B4E

Color information

#E25B4E (or 0xE25B4E) is unknown color: approx Flamingo. HEX triplet: E2, 5B and 4E. RGB value is (226,91,78). Sum of RGB (Red+Green+Blue) = 226+91+78=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B4E is #1DA4B1. Grayscale: #828282. Windows color (decimal): -1942706 or 5135330. OLE color: 5135330.

HSL color Cylindrical-coordinate representation of color #E25B4E: hue angle of 5.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25B4E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2269178-
CMYK00.600.650.11
HSL5.27º71.84%59.61%-
HSV(B)5.27º65.49%88.63%-
XYZ36.4824.29.96-
YUV129.8898.73196.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.22%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=57.22%
G=23.04%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226917800.600.650.115.2771.8459.61
HexE25B4E03C41B5483c
Octal34213311607410113511074
Binary11100010101101110011100111100100000110111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B4E; }

 p { color: rgb(226,91,78); }

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

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

 a { background-color: rgb(226,91,78); }

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

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

 span { border-color: rgb(226,91,78); }

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