#EC6357

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

Shades of Flamingo #EC6357

Tints of Flamingo #EC6357

Color information

#EC6357 (or 0xEC6357) is unknown color: approx Flamingo. HEX triplet: EC, 63 and 57. RGB value is (236,99,87). Sum of RGB (Red+Green+Blue) = 236+99+87=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6357 is #139CA8. Grayscale: #8A8A8A. Windows color (decimal): -1285289 or 5727212. OLE color: 5727212.

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

Color convert

RGB2369987-
CMYK00.580.630.07
HSL4.83º79.68%63.33%-
HSV(B)4.83º63.14%92.55%-
XYZ40.7727.4412.17-
YUV138.698.89197.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.92%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=55.92%
G=23.46%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236998700.580.630.074.8379.6863.33
HexEC635703A3F75503f
Octal354143127072777512077
Binary111011001100011101011101110101111111111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6357; }

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

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

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

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

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

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

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

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