#E95955

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

Shades of Flamingo #E95955

Tints of Flamingo #E95955

Color information

#E95955 (or 0xE95955) is unknown color: approx Flamingo. HEX triplet: E9, 59 and 55. RGB value is (233,89,85). Sum of RGB (Red+Green+Blue) = 233+89+85=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E95955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95955 is #16A6AA. Grayscale: #838383. Windows color (decimal): -1484459 or 5593577. OLE color: 5593577.

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

Color convert

RGB2338985-
CMYK00.620.640.09
HSL1.62º77.08%62.35%-
HSV(B)1.62º63.52%91.37%-
XYZ38.8225.1211.4-
YUV131.6101.71200.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.25%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=57.25%
G=21.87%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233898500.620.640.091.6277.0862.35
HexE9595503E40924d3e
Octal35113112507610011211576
Binary1110100110110011010101011111010000001001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95955; }

 p { color: rgb(233,89,85); }

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

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

 a { background-color: rgb(233,89,85); }

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

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

 span { border-color: rgb(233,89,85); }

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