#E75A4E

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

Shades of Flamingo #E75A4E

Tints of Flamingo #E75A4E

Color information

#E75A4E (or 0xE75A4E) is unknown color: approx Flamingo. HEX triplet: E7, 5A and 4E. RGB value is (231,90,78). Sum of RGB (Red+Green+Blue) = 231+90+78=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A4E is #18A5B1. Grayscale: #828282. Windows color (decimal): -1615282 or 5135079. OLE color: 5135079.

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

Color convert

RGB2319078-
CMYK00.610.660.09
HSL4.71º76.12%60.59%-
HSV(B)4.71º66.23%90.59%-
XYZ37.9924.8510-
YUV130.7998.21199.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.89%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=57.89%
G=22.56%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231907800.610.660.094.7176.1260.59
HexE75A4E03D42954c3d
Octal34713211607510211511475
Binary11100111101101010011100111101100001010011011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75A4E; }

 p { color: rgb(231,90,78); }

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

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

 a { background-color: rgb(231,90,78); }

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

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

 span { border-color: rgb(231,90,78); }

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