#EC6451

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

Shades of Flamingo #EC6451

Tints of Flamingo #EC6451

Color information

#EC6451 (or 0xEC6451) is unknown color: approx Flamingo. HEX triplet: EC, 64 and 51. RGB value is (236,100,81). Sum of RGB (Red+Green+Blue) = 236+100+81=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6451 is #139BAE. Grayscale: #8A8A8A. Windows color (decimal): -1285039 or 5334252. OLE color: 5334252.

HSL color Cylindrical-coordinate representation of color #EC6451: hue angle of 7.35º 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 #EC6451 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23610081-
CMYK00.580.660.07
HSL7.35º80.31%62.16%-
HSV(B)7.35º65.68%92.55%-
XYZ40.6327.5410.96-
YUV138.595.56197.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=56.59%
G=23.98%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361008100.580.660.077.3580.3162.16
HexEC645103A4277503e
Octal3541441210721027712076
Binary1110110011001001010001011101010000101111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6451; }

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

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

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

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

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

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

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

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