#E75D40

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

Shades of Flamingo #E75D40

Tints of Flamingo #E75D40

Color information

#E75D40 (or 0xE75D40) is unknown color: approx Flamingo. HEX triplet: E7, 5D and 40. RGB value is (231,93,64). Sum of RGB (Red+Green+Blue) = 231+93+64=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D40 is #18A2BF. Grayscale: #838383. Windows color (decimal): -1614528 or 4218343. OLE color: 4218343.

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

Color convert

RGB2319364-
CMYK00.600.720.09
HSL10.42º77.67%57.84%-
HSV(B)10.42º72.29%90.59%-
XYZ37.7925.197.72-
YUV130.9690.22199.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.54%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=59.54%
G=23.97%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231936400.600.720.0910.4277.6757.84
HexE75D4003C489a4e3a
Octal347135100074110111211672
Binary111001111011101100000001111001001000100110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75D40; }

 p { color: rgb(231,93,64); }

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

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

 a { background-color: rgb(231,93,64); }

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

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

 span { border-color: rgb(231,93,64); }

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