#ec3cff

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

Shades of Pink Flamingo #EC3CFF

Tints of Pink Flamingo #EC3CFF

Color information

#EC3CFF (or 0xEC3CFF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 3C and FF. RGB value is (236,60,255). Sum of RGB (Red+Green+Blue) = 236+60+255=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CFF is #13C300. Grayscale: #868686. Windows color (decimal): -1295105 or 16727276. OLE color: 16727276.

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

Color convert

RGB23660255-
CMYK0.070.7600
HSL294.15º100%61.76%-
HSV(B)294.15º76.47%100%-
XYZ54.2628.2897.21-
YUV134.85195.81200.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 60 (23.83% from 255) = 10.89%
BLUE value IS 255 (100% from 255) = 46.28%
R=42.83%
G=10.89%
B=46.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236602550.070.7600294.1510061.76
HexEC3CFF74C00126643e
Octal3547437771140044614476
Binary11101100111100111111111111001100001001001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec3cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec3cff; }

 p { color: rgb(236,60,255); }

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

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

 a { background-color: rgb(236,60,255); }

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

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

 span { border-color: rgb(236,60,255); }

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