#E75450

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

Shades of Flamingo #E75450

Tints of Flamingo #E75450

Color information

#E75450 (or 0xE75450) is unknown color: approx Flamingo. HEX triplet: E7, 54 and 50. RGB value is (231,84,80). Sum of RGB (Red+Green+Blue) = 231+84+80=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E75450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75450 is #18ABAF. Grayscale: #7F7F7F. Windows color (decimal): -1616816 or 5264615. OLE color: 5264615.

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

Color convert

RGB2318480-
CMYK00.640.650.09
HSL1.59º75.88%60.98%-
HSV(B)1.59º65.37%90.59%-
XYZ37.5723.9110.22-
YUV127.5101.2201.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.48%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=58.48%
G=21.27%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231848000.640.650.091.5975.8860.98
HexE7545004041924c3d
Octal347124120010010111211475
Binary11100111101010010100000100000010000011001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75450; }

 p { color: rgb(231,84,80); }

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

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

 a { background-color: rgb(231,84,80); }

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

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

 span { border-color: rgb(231,84,80); }

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