#E95D51

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

Shades of Flamingo #E95D51

Tints of Flamingo #E95D51

Color information

#E95D51 (or 0xE95D51) is unknown color: approx Flamingo. HEX triplet: E9, 5D and 51. RGB value is (233,93,81). Sum of RGB (Red+Green+Blue) = 233+93+81=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D51 is #16A2AE. Grayscale: #858585. Windows color (decimal): -1483439 or 5332457. OLE color: 5332457.

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

Color convert

RGB2339381-
CMYK00.600.650.09
HSL4.74º77.55%61.57%-
HSV(B)4.74º65.24%91.37%-
XYZ3925.7510.7-
YUV133.4998.38198.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.25%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=57.25%
G=22.85%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233938100.600.650.094.7477.5561.57
HexE95D5103C41954e3e
Octal35113512107410111511676
Binary11101001101110110100010111100100000110011011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95D51; }

 p { color: rgb(233,93,81); }

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

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

 a { background-color: rgb(233,93,81); }

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

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

 span { border-color: rgb(233,93,81); }

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