#E65953

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

Shades of Flamingo #E65953

Tints of Flamingo #E65953

Color information

#E65953 (or 0xE65953) is unknown color: approx Flamingo. HEX triplet: E6, 59 and 53. RGB value is (230,89,83). Sum of RGB (Red+Green+Blue) = 230+89+83=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E65953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65953 is #19A6AC. Grayscale: #828282. Windows color (decimal): -1681069 or 5462502. OLE color: 5462502.

HSL color Cylindrical-coordinate representation of color #E65953: hue angle of 2.45º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65953 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2308983-
CMYK00.610.640.10
HSL2.45º74.62%61.37%-
HSV(B)2.45º63.91%90.2%-
XYZ37.7724.5910.94-
YUV130.48101.21198.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=57.21%
G=22.14%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230898300.610.640.102.4574.6261.37
HexE6595303D40A24b3d
Octal34613112307510012211375
Binary1110011010110011010011011110110000001010101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65953; }

 p { color: rgb(230,89,83); }

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

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

 a { background-color: rgb(230,89,83); }

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

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

 span { border-color: rgb(230,89,83); }

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