#EC6353

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

Shades of Flamingo #EC6353

Tints of Flamingo #EC6353

Color information

#EC6353 (or 0xEC6353) is unknown color: approx Flamingo. HEX triplet: EC, 63 and 53. RGB value is (236,99,83). Sum of RGB (Red+Green+Blue) = 236+99+83=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6353 is #139CAC. Grayscale: #8A8A8A. Windows color (decimal): -1285293 or 5465068. OLE color: 5465068.

HSL color Cylindrical-coordinate representation of color #EC6353: hue angle of 6.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6353 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB2369983-
CMYK00.580.650.07
HSL6.27º80.1%62.55%-
HSV(B)6.27º64.83%92.55%-
XYZ40.6227.3811.33-
YUV138.1496.89197.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 83 (32.81% from 255) = 19.86%
R=56.46%
G=23.68%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236998300.580.650.076.2780.162.55
HexEC635303A4176503f
Octal3541431230721017612077
Binary1110110011000111010011011101010000011111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6353; }

 p { color: rgb(236,99,83); }

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

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

 a { background-color: rgb(236,99,83); }

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

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

 span { border-color: rgb(236,99,83); }

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