#E25F4E

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

Shades of Flamingo #E25F4E

Tints of Flamingo #E25F4E

Color information

#E25F4E (or 0xE25F4E) is unknown color: approx Flamingo. HEX triplet: E2, 5F and 4E. RGB value is (226,95,78). Sum of RGB (Red+Green+Blue) = 226+95+78=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F4E is #1DA0B1. Grayscale: #848484. Windows color (decimal): -1941682 or 5136354. OLE color: 5136354.

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

Color convert

RGB2269578-
CMYK00.580.650.11
HSL6.89º71.84%59.61%-
HSV(B)6.89º65.49%88.63%-
XYZ36.8324.910.07-
YUV132.2397.4194.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.64%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=56.64%
G=23.81%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226957800.580.650.116.8971.8459.61
HexE25F4E03A41B7483c
Octal34213711607210113711074
Binary11100010101111110011100111010100000110111111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25F4E; }

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

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

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

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

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

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

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

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