#e96359

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

Shades of Flamingo #E96359

Tints of Flamingo #E96359

Color information

#E96359 (or 0xE96359) is unknown color: approx Flamingo. HEX triplet: E9, 63 and 59. RGB value is (233,99,89). Sum of RGB (Red+Green+Blue) = 233+99+89=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E96359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96359 is #169CA6. Grayscale: #8A8A8A. Windows color (decimal): -1481895 or 5858281. OLE color: 5858281.

HSL color Cylindrical-coordinate representation of color #E96359: hue angle of 4.17º 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 #E96359 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB2339989-
CMYK00.580.620.09
HSL4.17º76.6%63.14%-
HSV(B)4.17º61.8%91.37%-
XYZ39.8726.9712.56-
YUV137.93100.39195.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.34%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 89 (35.16% from 255) = 21.14%
R=55.34%
G=23.52%
B=21.14%

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
Decimal233998900.580.620.094.1776.663.14
HexE9635903A3E944d3f
Octal3511431310727611411577
Binary1110100111000111011001011101011111010011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96359; }

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

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

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

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

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

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

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

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