#E75C42

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

Shades of Flamingo #E75C42

Tints of Flamingo #E75C42

Color information

#E75C42 (or 0xE75C42) is unknown color: approx Flamingo. HEX triplet: E7, 5C and 42. RGB value is (231,92,66). Sum of RGB (Red+Green+Blue) = 231+92+66=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75C42 is #18A3BD. Grayscale: #828282. Windows color (decimal): -1614782 or 4349159. OLE color: 4349159.

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

Color convert

RGB2319266-
CMYK00.600.710.09
HSL9.45º77.46%58.24%-
HSV(B)9.45º71.43%90.59%-
XYZ37.7725.048-
YUV130.691.55199.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.38%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=59.38%
G=23.65%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231926600.600.710.099.4577.4658.24
HexE75C4203C47994d3a
Octal347134102074107111111572
Binary111001111011100100001001111001000111100110011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C42; }

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

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

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

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

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

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

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

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