#E75C56

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

Shades of Flamingo #E75C56

Tints of Flamingo #E75C56

Color information

#E75C56 (or 0xE75C56) is unknown color: approx Flamingo. HEX triplet: E7, 5C and 56. RGB value is (231,92,86). Sum of RGB (Red+Green+Blue) = 231+92+86=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C56 is #18A3A9. Grayscale: #858585. Windows color (decimal): -1614762 or 5659879. OLE color: 5659879.

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

Color convert

RGB2319286-
CMYK00.600.630.09
HSL2.48º75.13%62.16%-
HSV(B)2.48º62.77%90.59%-
XYZ38.4625.3211.66-
YUV132.88101.55197.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=56.48%
G=22.49%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231928600.600.630.092.4875.1362.16
HexE75C5603C3F924b3e
Octal3471341260747711211376
Binary111001111011100101011001111001111111001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C56; }

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

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

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

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

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

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

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

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