#E25A43

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

Shades of Flamingo #E25A43

Tints of Flamingo #E25A43

Color information

#E25A43 (or 0xE25A43) is unknown color: approx Flamingo. HEX triplet: E2, 5A and 43. RGB value is (226,90,67). Sum of RGB (Red+Green+Blue) = 226+90+67=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A43 is #1DA5BC. Grayscale: #808080. Windows color (decimal): -1942973 or 4414178. OLE color: 4414178.

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

Color convert

RGB2269067-
CMYK00.600.700.11
HSL8.68º73.27%57.45%-
HSV(B)8.68º70.35%88.63%-
XYZ36.0323.898.02-
YUV128.0493.56197.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.01%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 67 (26.56% from 255) = 17.49%
R=59.01%
G=23.50%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226906700.600.700.118.6873.2757.45
HexE25A4303C46B94939
Octal342132103074106131111171
Binary111000101011010100001101111001000110101110011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A43; }

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

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

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

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

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

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

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

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