#EC6551

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

Shades of Flamingo #EC6551

Tints of Flamingo #EC6551

Color information

#EC6551 (or 0xEC6551) is unknown color: approx Flamingo. HEX triplet: EC, 65 and 51. RGB value is (236,101,81). Sum of RGB (Red+Green+Blue) = 236+101+81=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6551 is #139AAE. Grayscale: #8B8B8B. Windows color (decimal): -1284783 or 5334508. OLE color: 5334508.

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

Color convert

RGB23610181-
CMYK00.570.660.07
HSL7.74º80.31%62.16%-
HSV(B)7.74º65.68%92.55%-
XYZ40.7327.7310.99-
YUV139.0895.23197.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.46%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=56.46%
G=24.16%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361018100.570.660.077.7480.3162.16
HexEC65510394278503e
Octal35414512107110271012076
Binary11101100110010110100010111001100001011110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6551; }

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

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

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

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

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

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

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

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