#E65645

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

Shades of Flamingo #E65645

Tints of Flamingo #E65645

Color information

#E65645 (or 0xE65645) is unknown color: approx Flamingo. HEX triplet: E6, 56 and 45. RGB value is (230,86,69). Sum of RGB (Red+Green+Blue) = 230+86+69=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E65645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65645 is #19A9BA. Grayscale: #7F7F7F. Windows color (decimal): -1681851 or 4544230. OLE color: 4544230.

HSL color Cylindrical-coordinate representation of color #E65645: hue angle of 6.34º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65645 is Cyan = 0, Magento = 0.63, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB2308669-
CMYK00.630.70.10
HSL6.34º76.3%58.63%-
HSV(B)6.34º70%90.2%-
XYZ37.0423.918.29-
YUV127.1295.21201.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.74%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=59.74%
G=22.34%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230866900.630.70.106.3476.358.63
HexE6564503F46A64c3b
Octal34612610507710612611473
Binary11100110101011010001010111111100011010101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65645; }

 p { color: rgb(230,86,69); }

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

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

 a { background-color: rgb(230,86,69); }

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

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

 span { border-color: rgb(230,86,69); }

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