#E85748

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

Shades of Flamingo #E85748

Tints of Flamingo #E85748

Color information

#E85748 (or 0xE85748) is unknown color: approx Flamingo. HEX triplet: E8, 57 and 48. RGB value is (232,87,72). Sum of RGB (Red+Green+Blue) = 232+87+72=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E85748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85748 is #17A8B7. Grayscale: #808080. Windows color (decimal): -1550520 or 4741096. OLE color: 4741096.

HSL color Cylindrical-coordinate representation of color #E85748: hue angle of 5.63º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85748 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB2328772-
CMYK00.620.690.09
HSL5.63º77.67%59.61%-
HSV(B)5.63º68.97%90.98%-
XYZ37.8624.448.85-
YUV128.6496.04201.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 59.34%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=59.34%
G=22.25%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232877200.620.690.095.6377.6759.61
HexE8574803E45964e3c
Octal35012711007610511611674
Binary11101000101011110010000111110100010110011101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85748; }

 p { color: rgb(232,87,72); }

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

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

 a { background-color: rgb(232,87,72); }

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

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

 span { border-color: rgb(232,87,72); }

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