#E75E42

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

Shades of Flamingo #E75E42

Tints of Flamingo #E75E42

Color information

#E75E42 (or 0xE75E42) is unknown color: approx Flamingo. HEX triplet: E7, 5E and 42. RGB value is (231,94,66). Sum of RGB (Red+Green+Blue) = 231+94+66=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75E42 is #18A1BD. Grayscale: #848484. Windows color (decimal): -1614270 or 4349671. OLE color: 4349671.

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

Color convert

RGB2319466-
CMYK00.590.710.09
HSL10.18º77.46%58.24%-
HSV(B)10.18º71.43%90.59%-
XYZ37.9425.398.05-
YUV131.7790.89198.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.08%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=59.08%
G=24.04%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231946600.590.710.0910.1877.4658.24
HexE75E4203B479a4d3a
Octal347136102073107111211572
Binary111001111011110100001001110111000111100110101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75E42; }

 p { color: rgb(231,94,66); }

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

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

 a { background-color: rgb(231,94,66); }

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

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

 span { border-color: rgb(231,94,66); }

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