#E75D42

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

Shades of Flamingo #E75D42

Tints of Flamingo #E75D42

Color information

#E75D42 (or 0xE75D42) is unknown color: approx Flamingo. HEX triplet: E7, 5D and 42. RGB value is (231,93,66). Sum of RGB (Red+Green+Blue) = 231+93+66=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D42 is #18A2BD. Grayscale: #838383. Windows color (decimal): -1614526 or 4349415. OLE color: 4349415.

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

Color convert

RGB2319366-
CMYK00.600.710.09
HSL9.82º77.46%58.24%-
HSV(B)9.82º71.43%90.59%-
XYZ37.8525.218.03-
YUV131.1891.22199.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 59.23%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=59.23%
G=23.85%
B=16.92%

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
Decimal231936600.600.710.099.8277.4658.24
HexE75D4203C479a4d3a
Octal347135102074107111211572
Binary111001111011101100001001111001000111100110101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75D42; }

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

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

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

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

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

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

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

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