#E65E4E

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

Shades of Flamingo #E65E4E

Tints of Flamingo #E65E4E

Color information

#E65E4E (or 0xE65E4E) is unknown color: approx Flamingo. HEX triplet: E6, 5E and 4E. RGB value is (230,94,78). Sum of RGB (Red+Green+Blue) = 230+94+78=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E4E is #19A1B1. Grayscale: #858585. Windows color (decimal): -1679794 or 5136102. OLE color: 5136102.

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

Color convert

RGB2309478-
CMYK00.590.660.10
HSL6.32º75.25%60.39%-
HSV(B)6.32º66.09%90.2%-
XYZ38.0125.3810.1-
YUV132.8497.06197.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=57.21%
G=23.38%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230947800.590.660.106.3275.2560.39
HexE65E4E03B42A64b3c
Octal34613611607310212611374
Binary11100110101111010011100111011100001010101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65E4E; }

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

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

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

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

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

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

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

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