#e96259

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

Shades of Flamingo #E96259

Tints of Flamingo #E96259

Color information

#E96259 (or 0xE96259) is unknown color: approx Flamingo. HEX triplet: E9, 62 and 59. RGB value is (233,98,89). Sum of RGB (Red+Green+Blue) = 233+98+89=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E96259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96259 is #169DA6. Grayscale: #898989. Windows color (decimal): -1482151 or 5858025. OLE color: 5858025.

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

Color convert

RGB2339889-
CMYK00.580.620.09
HSL3.75º76.6%63.14%-
HSV(B)3.75º61.8%91.37%-
XYZ39.7826.7812.52-
YUV137.34100.73196.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.48%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=55.48%
G=23.33%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233988900.580.620.093.7576.663.14
HexE9625903A3E944d3f
Octal3511421310727611411577
Binary1110100111000101011001011101011111010011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96259; }

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

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

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

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

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

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

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

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