#EC6151

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

Shades of Flamingo #EC6151

Tints of Flamingo #EC6151

Color information

#EC6151 (or 0xEC6151) is unknown color: approx Flamingo. HEX triplet: EC, 61 and 51. RGB value is (236,97,81). Sum of RGB (Red+Green+Blue) = 236+97+81=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6151 is #139EAE. Grayscale: #888888. Windows color (decimal): -1285807 or 5333484. OLE color: 5333484.

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

Color convert

RGB2369781-
CMYK00.590.660.07
HSL6.19º80.31%62.16%-
HSV(B)6.19º65.68%92.55%-
XYZ40.3526.9810.86-
YUV136.7496.55198.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.00%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=57.00%
G=23.43%
B=19.57%

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
Decimal236978100.590.660.076.1980.3162.16
HexEC615103B4276503e
Octal3541411210731027612076
Binary1110110011000011010001011101110000101111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6151; }

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

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

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

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

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

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

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

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