#EC6051

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

Shades of Flamingo #EC6051

Tints of Flamingo #EC6051

Color information

#EC6051 (or 0xEC6051) is unknown color: approx Flamingo. HEX triplet: EC, 60 and 51. RGB value is (236,96,81). Sum of RGB (Red+Green+Blue) = 236+96+81=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6051 is #139FAE. Grayscale: #888888. Windows color (decimal): -1286063 or 5333228. OLE color: 5333228.

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

Color convert

RGB2369681-
CMYK00.590.660.07
HSL5.81º80.31%62.16%-
HSV(B)5.81º65.68%92.55%-
XYZ40.2626.7910.83-
YUV136.1596.88199.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.14%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=57.14%
G=23.24%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236968100.590.660.075.8180.3162.16
HexEC605103B4276503e
Octal3541401210731027612076
Binary1110110011000001010001011101110000101111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6051; }

 p { color: rgb(236,96,81); }

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

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

 a { background-color: rgb(236,96,81); }

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

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

 span { border-color: rgb(236,96,81); }

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