#E65C50

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

Shades of Flamingo #E65C50

Tints of Flamingo #E65C50

Color information

#E65C50 (or 0xE65C50) is unknown color: approx Flamingo. HEX triplet: E6, 5C and 50. RGB value is (230,92,80). Sum of RGB (Red+Green+Blue) = 230+92+80=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C50 is #19A3AF. Grayscale: #848484. Windows color (decimal): -1680304 or 5266662. OLE color: 5266662.

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

Color convert

RGB2309280-
CMYK00.600.650.10
HSL4.8º75%60.78%-
HSV(B)4.8º65.22%90.2%-
XYZ37.9125.0610.43-
YUV131.8998.72197.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.21%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=57.21%
G=22.89%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230928000.600.650.104.87560.78
HexE65C5003C41A54b3d
Octal34613412007410112511375
Binary11100110101110010100000111100100000110101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65C50; }

 p { color: rgb(230,92,80); }

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

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

 a { background-color: rgb(230,92,80); }

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

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

 span { border-color: rgb(230,92,80); }

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