#E75B56

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

Shades of Flamingo #E75B56

Tints of Flamingo #E75B56

Color information

#E75B56 (or 0xE75B56) is unknown color: approx Flamingo. HEX triplet: E7, 5B and 56. RGB value is (231,91,86). Sum of RGB (Red+Green+Blue) = 231+91+86=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B56 is #18A4A9. Grayscale: #848484. Windows color (decimal): -1615018 or 5659623. OLE color: 5659623.

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

Color convert

RGB2319186-
CMYK00.610.630.09
HSL2.07º75.13%62.16%-
HSV(B)2.07º62.77%90.59%-
XYZ38.3825.1411.63-
YUV132.29101.88198.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.62%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=56.62%
G=22.30%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231918600.610.630.092.0775.1362.16
HexE75B5603D3F924b3e
Octal3471331260757711211376
Binary111001111011011101011001111011111111001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B56; }

 p { color: rgb(231,91,86); }

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

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

 a { background-color: rgb(231,91,86); }

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

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

 span { border-color: rgb(231,91,86); }

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