#e25b3d

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

Shades of Flamingo #E25B3D

Tints of Flamingo #E25B3D

Color information

#E25B3D (or 0xE25B3D) is unknown color: approx Flamingo. HEX triplet: E2, 5B and 3D. RGB value is (226,91,61). Sum of RGB (Red+Green+Blue) = 226+91+61=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25B3D is #1DA4C2. Grayscale: #808080. Windows color (decimal): -1942723 or 4021218. OLE color: 4021218.

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

Color convert

RGB2269161-
CMYK00.600.730.11
HSL10.91º73.99%56.27%-
HSV(B)10.91º73.01%88.63%-
XYZ35.9523.997.15-
YUV127.9490.23197.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.79%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=59.79%
G=24.07%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226916100.600.730.1110.9173.9956.27
HexE25B3D03C49Bb4a38
Octal34213375074111131311270
Binary11100010101101111110101111001001001101110111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25b3d; }

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

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

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

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

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

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

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

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