#E75C40

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

Shades of Flamingo #E75C40

Tints of Flamingo #E75C40

Color information

#E75C40 (or 0xE75C40) is unknown color: approx Flamingo. HEX triplet: E7, 5C and 40. RGB value is (231,92,64). Sum of RGB (Red+Green+Blue) = 231+92+64=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75C40 is #18A3BF. Grayscale: #828282. Windows color (decimal): -1614784 or 4218087. OLE color: 4218087.

HSL color Cylindrical-coordinate representation of color #E75C40: hue angle of 10.06º 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 #E75C40 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2319264-
CMYK00.600.720.09
HSL10.06º77.67%57.84%-
HSV(B)10.06º72.29%90.59%-
XYZ37.7125.017.69-
YUV130.3790.55199.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.69%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=59.69%
G=23.77%
B=16.54%

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
Decimal231926400.600.720.0910.0677.6757.84
HexE75C4003C489a4e3a
Octal347134100074110111211672
Binary111001111011100100000001111001001000100110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C40; }

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

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

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

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

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

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

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

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