#E95C4E

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

Shades of Flamingo #E95C4E

Tints of Flamingo #E95C4E

Color information

#E95C4E (or 0xE95C4E) is unknown color: approx Flamingo. HEX triplet: E9, 5C and 4E. RGB value is (233,92,78). Sum of RGB (Red+Green+Blue) = 233+92+78=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C4E is #16A3B1. Grayscale: #848484. Windows color (decimal): -1483698 or 5135593. OLE color: 5135593.

HSL color Cylindrical-coordinate representation of color #E95C4E: hue angle of 5.42º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E95C4E is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2339278-
CMYK00.610.670.09
HSL5.42º77.89%60.98%-
HSV(B)5.42º66.52%91.37%-
XYZ38.8125.5310.09-
YUV132.5697.21199.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.82%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=57.82%
G=22.83%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233927800.610.670.095.4277.8960.98
HexE95C4E03D43954e3d
Octal35113411607510311511675
Binary11101001101110010011100111101100001110011011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95C4E; }

 p { color: rgb(233,92,78); }

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

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

 a { background-color: rgb(233,92,78); }

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

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

 span { border-color: rgb(233,92,78); }

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