#E65A46

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

Shades of Flamingo #E65A46

Tints of Flamingo #E65A46

Color information

#E65A46 (or 0xE65A46) is unknown color: approx Flamingo. HEX triplet: E6, 5A and 46. RGB value is (230,90,70). Sum of RGB (Red+Green+Blue) = 230+90+70=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A46 is #19A5B9. Grayscale: #818181. Windows color (decimal): -1680826 or 4610790. OLE color: 4610790.

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

Color convert

RGB2309070-
CMYK00.610.700.10
HSL7.5º76.19%58.82%-
HSV(B)7.5º69.57%90.2%-
XYZ37.3924.588.57-
YUV129.5894.38199.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.97%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=58.97%
G=23.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230907000.610.700.107.576.1958.82
HexE65A4603D46A84c3b
Octal346132106075106121011473
Binary111001101011010100011001111011000110101010001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A46; }

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

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

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

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

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

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

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

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