#E65E46

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

Shades of Flamingo #E65E46

Tints of Flamingo #E65E46

Color information

#E65E46 (or 0xE65E46) is unknown color: approx Flamingo. HEX triplet: E6, 5E and 46. RGB value is (230,94,70). Sum of RGB (Red+Green+Blue) = 230+94+70=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E46 is #19A1B9. Grayscale: #848484. Windows color (decimal): -1679802 or 4611814. OLE color: 4611814.

HSL color Cylindrical-coordinate representation of color #E65E46: hue angle of 9º 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 #E65E46 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2309470-
CMYK00.590.700.10
HSL76.19%58.82%-
HSV(B)69.57%90.2%-
XYZ37.7425.278.68-
YUV131.9393.06197.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.38%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 70 (27.73% from 255) = 17.77%
R=58.38%
G=23.86%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230947000.590.700.10976.1958.82
HexE65E4603B46A94c3b
Octal346136106073106121111473
Binary111001101011110100011001110111000110101010011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65E46; }

 p { color: rgb(230,94,70); }

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

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

 a { background-color: rgb(230,94,70); }

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

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

 span { border-color: rgb(230,94,70); }

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